File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 10391039 PRODUCT_NAME = SignalRClient;
10401040 SDKROOT = iphoneos;
10411041 SKIP_INSTALL = YES;
1042- SWIFT_VERSION = 4 .0;
1042+ SWIFT_VERSION = 3 .0;
10431043 TARGETED_DEVICE_FAMILY = "1,2";
10441044 };
10451045 name = Debug;
10671067 PRODUCT_NAME = SignalRClient;
10681068 SDKROOT = iphoneos;
10691069 SKIP_INSTALL = YES;
1070- SWIFT_VERSION = 4 .0;
1070+ SWIFT_VERSION = 3 .0;
10711071 TARGETED_DEVICE_FAMILY = "1,2";
10721072 VALIDATE_PRODUCT = YES;
10731073 };
12041204 INFOPLIST_FILE = SignalRClient/Info.plist;
12051205 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12061206 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1207+ MACOSX_DEPLOYMENT_TARGET = 10.10;
12071208 PRODUCT_BUNDLE_IDENTIFIER = moozzyk.SignalRClient;
12081209 PRODUCT_NAME = SignalRClient;
12091210 SKIP_INSTALL = YES;
12101211 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
12111212 SWIFT_SWIFT3_OBJC_INFERENCE = Default;
1212- SWIFT_VERSION = 4 .0;
1213+ SWIFT_VERSION = 3 .0;
12131214 };
12141215 name = Debug;
12151216 };
12301231 INFOPLIST_FILE = SignalRClient/Info.plist;
12311232 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12321233 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1234+ MACOSX_DEPLOYMENT_TARGET = 10.10;
12331235 PRODUCT_BUNDLE_IDENTIFIER = moozzyk.SignalRClient;
12341236 PRODUCT_NAME = SignalRClient;
12351237 SKIP_INSTALL = YES;
12361238 SWIFT_SWIFT3_OBJC_INFERENCE = Default;
1237- SWIFT_VERSION = 4 .0;
1239+ SWIFT_VERSION = 3 .0;
12381240 };
12391241 name = Release;
12401242 };
Original file line number Diff line number Diff line change 1+ Pod ::Spec . new do |s |
2+ s . name = "SwiftSignalRClient"
3+ s . version = "0.2.0"
4+ s . summary = "Swift SignalR Client for the ASP.Net Core version of SignalR."
5+ s . homepage = "https://github.com/moozzyk/SignalR-Client-Swift"
6+ s . license = { :type => "Attribution License" , :file => "LICENSE" }
7+ s . source = { :git => "https://github.com/moozzyk/SignalR-Client-Swift.git" , :tag => "0.2.0" }
8+ s . authors = { "Pawel Kadluczka" => "[email protected] " } 9+ s . social_media_url = "https://twitter.com/moozzyk"
10+ s . swift_version = "3.3"
11+ s . ios . deployment_target = "8.0"
12+ s . osx . deployment_target = "10.10"
13+ s . tvos . deployment_target = "9.0"
14+ s . source_files = "SignalRClient/*.swift"
15+ s . requires_arc = true
16+ s . dependency "SwiftWebSocket" , "~> 2.7.0"
17+ end
You can’t perform that action at this time.
0 commit comments