[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 4 / WLObjCKit / 0.0.5.1 / WLObjCKit.podspec.json
blob85c5334219dc0657ca2ddae5d4a41f43509aa127
2   "name": "WLObjCKit",
3   "version": "0.0.5.1",
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.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "WLObjCKit/Classes/*.{h}",
23     "WLObjCKit/Classes/**/*"
24   ],
25   "subspecs": [
26     {
27       "name": "WLFoundation",
28       "source_files": "WLObjCKit/Classes/WLFoundation/*",
29       "frameworks": [
30         "UIKit",
31         "Foundation",
32         "CoreGraphics"
33       ]
34     },
35     {
36       "name": "WLNetworking",
37       "source_files": "WLObjCKit/Classes/WLNetworking/*",
38       "frameworks": [
39         "UIKit",
40         "Foundation",
41         "CoreGraphics"
42       ],
43       "dependencies": {
44         "AFNetworking": [
46         ]
47       }
48     }
49   ]