Files
Locksmith/Example/Pods/Local Podspecs/Locksmith.podspec.json
T
matthewpalmer 02cfb487cc Adds default values for the service parameter.
Note that this isn't working yet. Cocoapods isn't replciating the
changes in the demo/test app, so I'm hoping this push will make it
behave properly.
2015-01-27 19:53:54 +11:00

31 lines
980 B
JSON

{
"name": "Locksmith",
"version": "1.1.1",
"summary": "Locksmith is a sane way to work with the iOS Keychain in Swift.",
"description": " Locksmith is a sane way to work with the iOS Keychain in Swift.\n It provides a fast and intuitive way to work with the C Keychain API.\n Results are provided as tuples, and errors are informative and easily detected.\n",
"homepage": "https://github.com/matthewpalmer/Locksmith",
"license": "MIT",
"authors": {
"matthewpalmer": "matt@matthewpalmer.net"
},
"source": {
"git": "https://github.com/matthewpalmer/Locksmith.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/_matthewpalmer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{m,h,swift}",
"resource_bundles": {
"Locksmith": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Security"
]
}