[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / e / c / 3 / DTKeychain / 1.0.0 / DTKeychain.podspec.json
blob97f164d7e08ad69b902f884e16be8e65a1eb5cfe
2   "name": "DTKeychain",
3   "version": "1.0.0",
4   "summary": "A simple and modern keychain wrapper.",
5   "homepage": "https://github.com/Cocoanetics/DTKeychain",
6   "authors": {
7     "Oliver Drobnik": "oliver@cocoanetics.com"
8   },
9   "documentation_url": "http://docs.cocoanetics.com/DTKeychain",
10   "social_media_url": "https://twitter.com/cocoanetics",
11   "source": {
12     "git": "https://github.com/Cocoanetics/DTKeychain.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.6"
18   },
19   "license": "BSD",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "platforms": {
25         "ios": "4.3",
26         "osx": "10.6"
27       },
28       "frameworks": "Security",
29       "source_files": "Core/Source/*.{h,m}"
30     }
31   ]