[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / d / 5 / LZDTools / 0.0.5 / LZDTools.podspec.json
blobade3320faa1d207cceb57f8c28e2d071361602b5
2   "name": "LZDTools",
3   "version": "0.0.5",
4   "summary": "LZDTools.",
5   "description": "增加一些其他的扩展e和常用的工具,\n添加网络工具",
6   "homepage": "https://github.com/511815816@qq.com/LZDTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "511815816@qq.com": "511815816@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/9032lu/LZDTools.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LZDTools/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "Catagory",
25       "source_files": "LZDTools/Classes/Catagory/*",
26       "public_header_files": "LZDTools/Classes/Catagory/*.h",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 3.2.1"
30         ]
31       }
32     },
33     {
34       "name": "LZDLoopView",
35       "source_files": "LZDTools/Classes/LZDLoopView/*"
36     },
37     {
38       "name": "Encryptions",
39       "source_files": "LZDTools/Classes/Encryptions/*"
40     }
41   ]