blob: 903e3bf9bc8df618005256bea5c660a2849ace00 [file] [log] [blame]
{
"name": "XCkit",
"version": "0.0.8",
"summary": "个人常用代码收集",
"description": "个人常用代码收集,制作自己的kit",
"homepage": "https://github.com/xclidongbo/XCkit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xclidongbo": "xclidongbo@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xclidongbo/XCkit.git",
"tag": "0.0.8"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Classes/Catogery/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}