File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010 s . license = "Mozilla Public License, Version 1.1 and Apache License, Version 2.0"
1111 s . author = { "RabbitMQ team" => "info@rabbitmq.com" }
1212 s . social_media_url = "https://twitter.com/rabbitmq"
13- s . platform = :ios
13+ s . platform = :ios , "8.0"
1414 s . source = { :git => "https://github.com/rabbitmq/rabbitmq-objc-client.git" , :tag => "v#{ s . version } " }
1515 s . source_files = "RMQClient" , "RMQClient/**/*.{h,m}"
1616 s . dependency "JKVValue"
Original file line number Diff line number Diff line change 13351335 );
13361336 INFOPLIST_FILE = RMQClient/Info.plist;
13371337 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1338+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13381339 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13391340 PRODUCT_BUNDLE_IDENTIFIER = io.pivotal.RMQClient;
13401341 PRODUCT_NAME = "$(TARGET_NAME)";
13551356 );
13561357 INFOPLIST_FILE = RMQClient/Info.plist;
13571358 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1359+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13581360 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13591361 PRODUCT_BUNDLE_IDENTIFIER = io.pivotal.RMQClient;
13601362 PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments