blob: cb1540107ec197ff40e74aaf94756c3f7f4384ed [file] [log] [blame]
{
"name": "TEST-OWER",
"version": "1.0.8",
"summary": "测试给自己github上的工程添加cocoaspod支持.",
"description": "测试给自己github上的工程添加cocoaspod支持 ^_^.",
"homepage": "http://github.com/pantaopt/TEST",
"license": "MIT",
"authors": {
"pantaopt": "771764208@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/pantaopt/TEST.git",
"tag": "1.0.8"
},
"source_files": "L/LZUIKit/*.{h}",
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
},
"subspecs": [
{
"name": "LZLabel",
"source_files": "L/LZUIKit/LZLabel/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
},
{
"name": "LZTextField",
"source_files": "L/LZUIKit/LZTextField/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}
]
}