From 30cd0bd6cde5bb2a68400de2494663f2b3aa6e60 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 12 Mar 2015 09:17:49 -0400 Subject: [PATCH] update thing --- Socket.IO-Client-Swift.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 9731412..05ff25b 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -11,7 +11,8 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT' } s.author = { "Erik" => "nuclear.ace@gmail.com" } s.platform = :ios, "8.0" - 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' } s.source_files = "SwiftIO/**/*.swift" + s.requires_arc = true # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files end