blob: 76ff6b3a404513ca6f9610917856870b86d10883 [file] [log] [blame]
{
"name": "HHToolKit",
"version": "0.1.7",
"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.1.7"
},
"platforms": {
"ios": "8.0"
},
"exclude_files": "HHToolKit/Classes/ASIHTTPRequest/*",
"source_files": [
"HHToolKit/Classes/**/*",
"HHToolKit/Classes/*"
],
"dependencies": {
"FMDB": [
],
"LKDBHelper": [
"2.4"
],
"Masonry": [
]
},
"subspecs": [
{
"name": "ASIHTTPRequest",
"requires_arc": false,
"source_files": "HHToolKit/Classes/ASIHTTPRequest/*"
}
]
}