[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / 4 / WLObjCKit / 0.0.5 / WLObjCKit.podspec.json
blob35ad12c4b9b00a0bd49c76e75bc3ce446247d809
2   "name": "WLObjCKit",
3   "version": "0.0.5",
4   "summary": "一个实用的 Objective-C 开发工具包",
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.5"
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   ]