[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / f / WAKeyValuePersistenceStore / 1.1 / WAKeyValuePersistenceStore.podspec.json
blobaa241007f7ff14f114b5dc3da483069b40ee9b7a
2   "name": "WAKeyValuePersistenceStore",
3   "version": "1.1",
4   "authors": "YuAo",
5   "summary": "A file based Key-Value persistence store for iOS.",
6   "homepage": "https://github.com/YuAo/WAKeyValuePersistenceStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "source": {
12     "git": "https://github.com/YuAo/WAKeyValuePersistenceStore.git",
13     "tag": "1.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "WAKeyValuePersistenceStore/**/*.{h,m}"
24     },
25     {
26       "name": "Generics",
27       "source_files": "WAKeyValuePersistenceStore/WAKeyValuePersistenceStore+Generics.swift",
28       "platforms": {
29         "ios": "8.0"
30       },
31       "dependencies": {
32         "WAKeyValuePersistenceStore/Core": [
34         ]
35       }
36     }
37   ]