Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from serejahh/feature/14
Browse files Browse the repository at this point in the history
Add iOS 8 support
  • Loading branch information
serejahh authored Jan 22, 2017
2 parents c5ea08e + 9801fc6 commit c9aade4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions UnboxedAlamofire.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = "UnboxedAlamofire"
s.version = "2.0.1"
s.version = "2.0.2"
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = "Alamofire + Unbox: the easiest way to download and decode JSON into swift objects."
s.homepage = "https://github.com/serejahh/UnboxedAlamofire"
s.author = { "Serhii Butenko" => "[email protected]" }
s.source = { :git => 'https://github.com/serejahh/UnboxedAlamofire.git', :tag => s.version }

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.11'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.requires_arc = 'true'
s.source_files = 'UnboxedAlamofire/**/*.swift'
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'Alamofire', '~> 4.1'
s.dependency 'Unbox', '~> 2.0'
end
8 changes: 4 additions & 4 deletions UnboxedAlamofire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -677,7 +677,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -705,7 +705,7 @@
);
INFOPLIST_FILE = UnboxedAlamofire/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.cocoapods.UnboxedAlamofire;
PRODUCT_NAME = UnboxedAlamofire;
Expand All @@ -730,7 +730,7 @@
);
INFOPLIST_FILE = UnboxedAlamofire/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.cocoapods.UnboxedAlamofire;
PRODUCT_NAME = UnboxedAlamofire;
Expand Down
2 changes: 1 addition & 1 deletion UnboxedAlamofire/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c9aade4

Please sign in to comment.