We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2bc13 commit 30cd0bdCopy full SHA for 30cd0bd
Socket.IO-Client-Swift.podspec
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
11
s.license = { :type => 'MIT' }
12
s.author = { "Erik" => "nuclear.ace@gmail.com" }
13
s.platform = :ios, "8.0"
14
- s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0' }
+ s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0-pod' }
15
s.source_files = "SwiftIO/**/*.swift"
16
+ s.requires_arc = true
17
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
18
end
0 commit comments