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