blob: da36bef88380599321e479ae0c5a8852bae626f6 [file] [log] [blame]
{
"name": "XHKit",
"version": "0.1.4",
"summary": "快捷开发",
"homepage": "https://guanxuhang@bitbucket.org/guanxuhang/xhkit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"关旭航": "18611817195@163.com"
},
"source": {
"git": "https://guanxuhang@bitbucket.org/guanxuhang/xhkit.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "XHKit/classes/*.{h,m}",
"subspecs": [
{
"name": "Category",
"source_files": "XHKit/classes/Category/*.{h,m}"
},
{
"name": "component",
"source_files": "XHKit/classes/component/*/**.{h,m}"
}
]
}