[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / 4 / WLObjCKit / 0.0.3.3 / WLObjCKit.podspec.json
bloba895376669d79fc08df3039f4d0543b795cdcf12
2   "name": "WLObjCKit",
3   "version": "0.0.3.3",
4   "summary": "一个好用的OC开发工具包",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/0624pdy/WLObjCKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "0624pdy@sina.com": "pengduanyang@jze100.com"
13   },
14   "source": {
15     "git": "https://github.com/0624pdy/WLObjCKit.git",
16     "tag": "0.0.3.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WLObjCKit/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "WLFoundation",
25       "source_files": "WLObjCKit/Classes/WLFoundation/*",
26       "frameworks": [
27         "UIKit",
28         "Foundation",
29         "CoreGraphics"
30       ]
31     },
32     {
33       "name": "WLNetworking",
34       "source_files": "WLObjCKit/Classes/WLNetworking/*",
35       "frameworks": [
36         "UIKit",
37         "Foundation",
38         "CoreGraphics"
39       ],
40       "dependencies": {
41         "AFNetworking": [
43         ]
44       }
45     }
46   ]