[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 0 / 6 / FDKeychain / 1.0.1 / FDKeychain.podspec.json
blobd76acb1ee027f6b21ddab388a754206e35a6cf48
2   "name": "FDKeychain",
3   "version": "1.0.1",
4   "summary": "Save, load and delete items from the iOS keychain with a single Objective-C message.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.md"
8   },
9   "homepage": "https://github.com/reidmain/FDKeychain",
10   "authors": "Reid Main",
11   "social_media_url": "http://twitter.com/reidmain",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/reidmain/FDKeychain.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "FDKeychain/**/*.{h,m}",
20   "frameworks": [
21     "Foundation",
22     "Security"
23   ],
24   "requires_arc": true