[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / a / WWZFoundation / 1.2.2 / WWZFoundation.podspec.json
bloba13200d05d371dca6f23468d84dbac323106083b
2   "name": "WWZFoundation",
3   "version": "1.2.2",
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.2.2"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "subspecs": [
20     {
21       "name": "Foundation+WWZ",
22       "source_files": "Foundation+WWZ/*.{h,m}"
23     },
24     {
25       "name": "WWZFoundation",
26       "source_files": "WWZFoundation/*.{h,m}",
27       "dependencies": {
28         "WWZFoundation/Foundation+WWZ": [
30         ]
31       }
32     }
33   ]