blob: da0b73b9aad73a14d03c587a6cfc7147a346d735 [file] [log] [blame]
{
"name": "XHKit",
"version": "0.2.0",
"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.2.0"
},
"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}"
}
]
}