Skip to content

Commit 30cd0bd

Browse files
committed
update thing
1 parent ac2bc13 commit 30cd0bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Socket.IO-Client-Swift.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
1111
s.license = { :type => 'MIT' }
1212
s.author = { "Erik" => "[email protected]" }
1313
s.platform = :ios, "8.0"
14-
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0' }
14+
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0-pod' }
1515
s.source_files = "SwiftIO/**/*.swift"
16+
s.requires_arc = true
1617
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
1718
end

0 commit comments

Comments
 (0)