Skip to content

Commit

Permalink
Pod AblyRealtime (temporary workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Mar 17, 2016
1 parent 9024e47 commit 0acf9e7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions AblyRealtime.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "AblyRealtime"
s.version = "0.8.0-beta.2"
s.summary = "iOS client for Ably"
s.description = <<-DESC
iOS client library for ably.io, the realtime messaging service, written in Objective-C and ready for Swift 2.0.
DESC
s.homepage = "https://www.ably.io"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { "Ably" => "[email protected]" }
s.source = { :git => "https://github.com/ably/ably-ios.git", :tag => s.version.to_s }
s.requires_arc = true
s.social_media_url = 'https://twitter.com/ablyrealtime'
s.documentation_url = "https://www.ably.io/documentation"
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/*.{h,m}'
s.module_map = 'Source/Ably.modulemap'
s.pod_target_xcconfig = { 'HEADER_SEARCH_PATHS' => '$CONFIGURATION_BUILD_DIR/SwiftWebSocket.framework/Headers' }
s.dependency 'SwiftWebSocket', '~> 2.5'
end

0 comments on commit 0acf9e7

Please sign in to comment.