blob: 4b14ccfca1f33bf615d83fd077f2f92a0007f1bb [file] [log] [blame]
{
"name": "HHToolKit",
"version": "0.4.8",
"summary": "A fast app creation toolkit",
"description": "A fast app creation toolkit, which allows you to build complicated UI in short time.",
"homepage": "https://github.com/weylhuang/HHToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weylhuang": "57029662@qq.com"
},
"source": {
"git": "https://github.com/weylhuang/HHToolKit.git",
"tag": "0.4.8"
},
"platforms": {
"ios": "8.0"
},
"exclude_files": "HHToolKit/Classes/ASIHTTPRequest/*",
"source_files": [
"HHToolKit/Classes/**/*",
"HHToolKit/Classes/*"
],
"dependencies": {
"FMDB": [
],
"LKDBHelper": [
"2.4"
],
"Masonry": [
],
"Reachability": [
"3.2"
]
},
"subspecs": [
{
"name": "ASIHTTPRequest",
"requires_arc": false,
"source_files": "HHToolKit/Classes/ASIHTTPRequest/*"
}
]
}