[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 4 / 2 / WWKit / 0.0.4 / WWKit.podspec.json
blobdeac9a10431d39912d85c103e16a8631e09a31e8
2   "name": "WWKit",
3   "version": "0.0.4",
4   "summary": "WWKit基础库",
5   "description": "WWKit是iOS项目通用基础库",
6   "homepage": "https://github.com/wuxuezhen/WWKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wuxuezhen": "xzzhenw@163.com"
13   },
14   "source": {
15     "git": "https://github.com/wuxuezhen/WWKit.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WWKit/Classes/**/*",
22   "dependencies": {
23     "MBProgressHUD": [
25     ],
26     "YYKit": [
28     ],
29     "AFNetworking": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "WWGCD",
36       "source_files": "WWKit/Classes/WWGCD/*.{h,m}"
37     }
38   ]