[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 3 / a / AHKeychain / 0.2.1 / AHKeychain.podspec.json
blob2a777d14145e0bf5c678b8a5b9fa3475cb6353cc
2   "name": "AHKeychain",
3   "version": "0.2.1",
4   "platforms": {
5     "osx": null
6   },
7   "license": "MIT",
8   "summary": "Objective-c class for managing os x keychains",
9   "homepage": "https://github.com/eahrold/AHKeychain",
10   "authors": {
11     "Eldon Ahrold": "eldon.ahrold@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/eahrold/AHKeychain.git",
15     "tag": "v0.2.1"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Security",
20     "Foundation"
21   ],
22   "public_header_files": "AHKeychain/*.h",
23   "source_files": "AHKeychain/*.{h,m}"