[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 3 / a / AHKeychain / 0.2 / AHKeychain.podspec.json
blob6542d20cdabf300f40145a1469d5884ed2834a0e
2   "name": "AHKeychain",
3   "version": "0.2",
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"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Security",
20     "Foundation"
21   ],
22   "public_header_files": "AHKeychain/*.h",
23   "source_files": "AHKeychain/*.{h,m}"