[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 3 / 7 / 0 / YaKeychain / 0.0.1 / YaKeychain.podspec.json
blob29ba4925eff3385f6a37e5485b6455249c19e9e7
2   "name": "YaKeychain",
3   "version": "0.0.1",
4   "description": "Yat another Cocoa wrapper for the keychain that works on iOS",
5   "summary": "Yat another Cocoa wrapper for the keychain.",
6   "homepage": "https://github.com/iliYF/YaKeychain",
7   "authors": {
8     "iliYF": "yeelik.fung@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/iliYF/YaKeychain.git",
12     "tag": "v0.0.1"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "source_files": "YaKeychain/*.{h,m}",
19   "frameworks": [
20     "Security",
21     "Foundation"
22   ],
23   "platforms": {
24     "ios": "7.0"
25   }