[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / 5 / LeeButtonLayout / 0.3.0 / LeeButtonLayout.podspec.json
blob382536146075aa2cf5be96daf33d906dd7cfb2b4
2   "name": "LeeButtonLayout",
3   "version": "0.3.0",
4   "summary": "LeeButtonLayout",
5   "description": "LeeButtonLayout主要用于Button中的文字和图片布局使用",
6   "homepage": "https://github.com/leeqiangzi/LeeButtonLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leeqiangzi": "lizhiqiang17@58.com"
13   },
14   "source": {
15     "git": "https://github.com/leeqiangzi/LeeButtonLayout.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0.0"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "LeeButtonLayout/Classes/Category/**/*",
30       "dependencies": {
31         "SDWebImage": [
33         ]
34       }
35     },
36     {
37       "name": "Tool",
38       "source_files": "LeeButtonLayout/Classes/Tool/**/*",
39       "dependencies": {
40         "AFNetworking": [
42         ]
43       }
44     }
45   ]