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