blob: ff81c8392c1044e121cf95ffa2739e6ccda7b38c [file] [log] [blame]
{
"name": "CustomControl",
"version": "0.0.1",
"summary": "custom control",
"homepage": "https://github.com/jidibingren/customcontrol",
"license": "MIT",
"authors": {
"Zhe Wu": "wuzhezmc@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jidibingren/customcontrol.git",
"tag": "0.0.1"
},
"prefix_header_contents": "#import \"SCDGProjectHeaders.h\"",
"source_files": [
"control/*.{h,m}",
"flatbuffers/*.{h,cpp}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MQTTClient": [
"~> 0.7.4"
],
"UICKeyChainStore": [
"~> 2.1.0"
],
"YYCache": [
"~> 1.0.3"
],
"XRSA": [
"~> 1.1.1"
],
"BlocksKit": [
"~> 2.2.5"
]
},
"requires_arc": true
}