blob: 000990c1ce6b6d846f61a7cb59e10dfcd7aa849f [file] [log] [blame]
{
"name": "QYTCustomUIControlForiOS",
"version": "0.0.7",
"summary": "自定义控件 button 、label、textField view 等等",
"description": "自定义控件 button 、label、textField view 等等",
"homepage": "http://192.168.1.52/QYTCustomUIControlForiOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qcb": "@qqbbzz@126.com"
},
"source": {
"git": "http://192.168.1.52/QYTCustomUIControlForiOS.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QYTCustomUIControlForiOS/**/*.{h,m}",
"public_header_files": "QYTCustomUIControlForiOS/**/*.h",
"resource_bundles": {
"QYTCustomUIControlForiOS": [
"QYTCustomUIControlForiOS/Resources/*.{storyboard,png,html,xib}"
]
},
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}