[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 2 / 6 / TEST-OWER / 1.0.7 / TEST-OWER.podspec.json
blob0386415155ed32e3ad953274d28b922495817d88
2   "name": "TEST-OWER",
3   "version": "1.0.7",
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.7"
17   },
18   "source_files": [
19     "L/LZUIKit/LZLabel/*.{h,m}",
20     "L/LZUIKit/LZTextField/*.{h,m}",
21     "L/LZUIKit/*.{h}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 2.5"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "LZLabel",
35       "source_files": "L/LZUIKit/LZLabel/**/*",
36       "dependencies": {
37         "ReactiveCocoa": [
38           "~> 2.5"
39         ]
40       }
41     },
42     {
43       "name": "LZTextField",
44       "source_files": "L/LZUIKit/LZTextField/**/*",
45       "dependencies": {
46         "ReactiveCocoa": [
47           "~> 2.5"
48         ]
49       }
50     }
51   ]