[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / a / WWZFoundation / 1.0.1 / WWZFoundation.podspec.json
blobd36d62af8582daa25f5db940349cde6c80141cd7
2   "name": "WWZFoundation",
3   "version": "1.0.1",
4   "summary": "A short description of WWZFoundation.",
5   "homepage": "https://github.com/ccwuzhou/WWZFoundation",
6   "license": "MIT",
7   "authors": {
8     "wwz": "wwz@zgkjd.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/ccwuzhou/WWZFoundation.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "subspecs": [
20     {
21       "name": "Category",
22       "source_files": "WWZFoundation/Category/*.{h,m}"
23     },
24     {
25       "name": "Model",
26       "source_files": "WWZFoundation/Model/*.{h,m}",
27       "dependencies": {
28         "WWZFoundation/Category": [
30         ]
31       }
32     }
33   ]