[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 9 / 8 / 2 / LeeCode / 0.5.0 / LeeCode.podspec.json
blob1a9eb7449c8e78c30f334ca5e92cd901d8e35314
2   "name": "LeeCode",
3   "version": "0.5.0",
4   "summary": "这是一个测试库",
5   "description": "主要用于测试Cocoapods。",
6   "homepage": "https://github.com/lxxxzzz/LeeCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Danny.li": "lxxxzzz@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lxxxzzz/LeeCode.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "subspecs": [
25     {
26       "name": "View",
27       "source_files": "LeeCode/Classes/LEETestView.{h,m}",
28       "dependencies": {
29         "LEEUITool": [
31         ]
32       }
33     },
34     {
35       "name": "Proxy",
36       "source_files": "LeeCode/Classes/YXProxy.{h,m}"
37     }
38   ]