Skip to content

Commit

Permalink
Fix some missing 9.0 references. Pod spec 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdevzone committed Oct 29, 2015
1 parent 48eb46f commit 86fa5d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IDZSwiftCommonCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "IDZSwiftCommonCrypto"
s.version = "0.6.1"
s.version = "0.6.2"
s.summary = "A wrapper for Apple's Common Crypto library written in Swift."

s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
Expand Down Expand Up @@ -52,7 +52,7 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

s.platform = :ios, "9.0"
s.platform = :ios, "9.1"
# s.platform = :ios, "5.0"

# When using multiple platforms
Expand Down Expand Up @@ -84,7 +84,7 @@ Pod::Spec.new do |s|
if [ ! -e CommonCrypto ]; then
pwd
echo Running GenerateCommonCryptoModule
./GenerateCommonCryptoModule iphonesimulator9.0 .
./GenerateCommonCryptoModule iphonesimulator9.1 .
else
echo Skipped GenerateCommonCryptoModule
fi
Expand Down

0 comments on commit 86fa5d4

Please sign in to comment.