Compare commits

...

2 Commits

Author SHA1 Message Date
matthewpalmer cf322dcc1a Fixed local podspec version no. and remote url. don't know why this got
messed up
2015-01-25 20:58:54 +11:00
matthewpalmer 19955da055 Prep for cocoapods 2015-01-25 20:46:58 +11:00
2 changed files with 5528 additions and 5529 deletions
+9 -10
View File
@@ -9,22 +9,21 @@
Pod::Spec.new do |s|
s.name = "Locksmith"
s.version = "0.1.0"
s.summary = "A short description of Locksmith."
s.version = "1.1.0"
s.summary = "Locksmith is a sane way to work with the iOS Keychain in Swift."
s.description = <<-DESC
An optional longer description of Locksmith
* Markdown format.
* Don't worry about the indent, we strip it!
Locksmith is a sane way to work with the iOS Keychain in Swift.
It provides a fast and intuitive way to work with the C Keychain API.
Results are provided as tuples, and errors are informative and easily detected.
DESC
s.homepage = "https://github.com/<GITHUB_USERNAME>/Locksmith"
s.homepage = "https://github.com/matthewpalmer/Locksmith"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "matthewpalmer" => "matt@matthewpalmer.net" }
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/Locksmith.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.source = { :git => "https://github.com/matthewpalmer/Locksmith.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/_matthewpalmer'
s.platform = :ios, '7.0'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes'
+5519 -5519
View File
File diff suppressed because it is too large Load Diff