[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 0 / 6 / FDKeychain / 1.3.0 / FDKeychain.podspec.json
blobc892db7600465db0b80e8335ef6e0c5a0fa7cd12
2   "name": "FDKeychain",
3   "version": "1.3.0",
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.3.0"
12   },
13   "homepage": "https://github.com/reidmain/FDKeychain",
14   "authors": {
15     "Reid Main": "reidmain@gmail.com"
16   },
17   "social_media_url": "http://twitter.com/reidmain",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "frameworks": [
25     "Foundation",
26     "Security"
27   ],
28   "requires_arc": true,
29   "source_files": [
30     "FDKeychain/**/*.{h,m}"
31   ]