[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / c / WWBasicLib / 0.0.2 / WWBasicLib.podspec.json
blobbc6330b3f32435446671d195d7bc4a2f0a27bd03
2   "name": "WWBasicLib",
3   "version": "0.0.2",
4   "summary": "WWBasicLib is tool lib.",
5   "description": "WWBasicLib is tool lib to use",
6   "homepage": "https://github.com/IDwangluting/WWBasicLib",
7   "license": "Copyright (c) 2018年 wangluitng. All rights reserved.",
8   "authors": {
9     "IDwangluting": "m13051699286@163.com"
10   },
11   "source": {
12     "git": "https://github.com/IDwangluting/WWBasicLib.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source_files": "WWBasicLib/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "NetworkingTool",
26       "source_files": "WWBasicLib/Classes/NetworkingTool/**/*",
27       "dependencies": {
28         "YYCache": [
29           "~> 1.0.4"
30         ],
31         "AFNetworking": [
32           "~>3.2.1"
33         ],
34         "YYModel": [
35           "~> 1.0.4"
36         ],
37         "YYCategories": [
38           "~> 1.0.4"
39         ]
40       }
41     },
42     {
43       "name": "Foundation",
44       "source_files": "WWBasicLib/Classes/Foundation/**/*"
45     },
46     {
47       "name": "Foundation",
48       "source_files": "WWBasicLib/Classes/Catagroy/**/*"
49     }
50   ]