[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / 2 / 6 / TEST-OWER / 1.0.8 / TEST-OWER.podspec.json
blobcb1540107ec197ff40e74aaf94756c3f7f4384ed
2   "name": "TEST-OWER",
3   "version": "1.0.8",
4   "summary": "测试给自己github上的工程添加cocoaspod支持.",
5   "description": "测试给自己github上的工程添加cocoaspod支持 ^_^.",
6   "homepage": "http://github.com/pantaopt/TEST",
7   "license": "MIT",
8   "authors": {
9     "pantaopt": "771764208@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/pantaopt/TEST.git",
16     "tag": "1.0.8"
17   },
18   "source_files": "L/LZUIKit/*.{h}",
19   "exclude_files": "Classes/Exclude",
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 2.5"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "LZLabel",
31       "source_files": "L/LZUIKit/LZLabel/*.{h,m}",
32       "dependencies": {
33         "ReactiveCocoa": [
34           "~> 2.5"
35         ]
36       }
37     },
38     {
39       "name": "LZTextField",
40       "source_files": "L/LZUIKit/LZTextField/*.{h,m}",
41       "dependencies": {
42         "ReactiveCocoa": [
43           "~> 2.5"
44         ]
45       }
46     }
47   ]