[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 0 / d / 5 / LZDTools / 0.0.8 / LZDTools.podspec.json
bloba7cb2e562c1e4e567fb49a631b33239a9dc2ffbb
2   "name": "LZDTools",
3   "version": "0.0.8",
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.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Catagory",
24       "source_files": "LZDTools/Classes/Catagory/*",
25       "public_header_files": "LZDTools/Classes/Catagory/*.h",
26       "dependencies": {
27         "AFNetworking": [
28           "~> 3.2.1"
29         ]
30       }
31     },
32     {
33       "name": "LZDLoopView",
34       "source_files": "LZDTools/Classes/LZDLoopView/*"
35     },
36     {
37       "name": "Encryptions",
38       "source_files": "LZDTools/Classes/Encryptions/*"
39     }
40   ]