[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 8 / LLBase / 0.1.2 / LLBase.podspec.json
blobf9c510143b5f7b3de6dc9a52a45456452df213d5
2   "name": "LLBase",
3   "version": "0.1.2",
4   "summary": "LLBase.",
5   "description": "custom used for LLBase",
6   "homepage": "https://github.com/liuleiai1/LLBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuleiai1": "383265136@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liuleiai1/LLBase.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "LLBase/Classes/Category/**/*"
25     },
26     {
27       "name": "Base",
28       "source_files": "LLBase/Classes/Base/**/*"
29     },
30     {
31       "name": "Tool",
32       "source_files": "LLBase/Classes/Tool/**/*"
33     },
34     {
35       "name": "Network",
36       "source_files": "LLBase/Classes/Network/**/*",
37       "dependencies": {
38         "LLBase/Category": [
40         ],
41         "AFNetworking": [
42           "~> 3.1.0"
43         ],
44         "SDWebImage": [
45           "~> 4.2.2"
46         ]
47       }
48     }
49   ]