Skip to content

Commit

Permalink
Set deployment target to 8.0. Switch to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Keogan committed Nov 5, 2015
1 parent 34f233e commit 177b35c
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions IDZSwiftCommonCrypto.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

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

s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
Expand Down Expand Up @@ -45,29 +45,13 @@ Pod::Spec.new do |s|

s.author = { "iOSDevZone" => "idz@iosdeveloperzone.com" }
s.social_media_url = "http://twitter.com/iOSDevZone"

# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If this Pod runs only on iOS or OS X, then specify the platform and
# the deployment target. You can optionally include the target after the platform.
#

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

# When using multiple platforms
# s.ios.deployment_target = "9.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"


# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "8.0"
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git", :branch => "swift2.0", :tag => s.version.to_s }
s.source = { :git => "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git", :tag => s.version.to_s }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 177b35c

Please sign in to comment.