[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 3 / a / AHKeychain / 0.1.2 / AHKeychain.podspec.json
blob077a9c697e4141da248035c46cb83c8234db0ac4
2   "name": "AHKeychain",
3   "version": "0.1.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": "0.1.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}"