blob: 6b74d3307dd35d3592bd17d15d5c5d4c6a79e650 [file] [log] [blame]
{
"name": "RZSafariKeychain",
"version": "0.1.1",
"summary": "A simple implementation of Safari Keychain",
"description": " A longer description of RZSafariKeychain in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/Raizlabs/RZSafariKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Rouse": "alex.rouse@raizlabs.com"
},
"social_media_url": "http://twitter.com/raizlabs",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZSafariKeychain.git",
"tag": "0.1.1"
},
"source_files": [
"Classes",
"source/*.{h,m}"
],
"requires_arc": true
}