blob: b60cead15536b2d98acc5389c5f3f2b914e9eb43 [file] [log] [blame]
{
"name": "GSKeychain",
"version": "1.0.0",
"summary": "Makes accessing the iOS keychain as easy as accessing NSUserDefaults",
"description": "A simple Objective-C wrapper around common use cases for the iOS keychain",
"homepage": "http://goosoftware.github.io",
"license": "Creative Commons Attribution 3.0",
"authors": {
"Goo Software": "info@goosoftware.co.uk"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/goosoftware/GSKeychain.git",
"tag": "1.0.0"
},
"source_files": "GSKeychain/*.{h,m}",
"frameworks": "Security",
"requires_arc": true
}