blob: c9b31a2c9da3464f1b30486619391d3ce08e8d18 [file] [log] [blame]
{
"name": "AXKit",
"version": "0.0.18",
"summary": "这是一个综合型开发工具包,包含对系统类的功能扩展和一些常用控件的封装。",
"homepage": "http://xaoxuu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xaoxuu": "xaoxuu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xaoxuu/AXKit.git",
"tag": "0.0.18",
"submodules": true
},
"public_header_files": "AXKit/**/*.{h}",
"source_files": "AXKit/**/*.{h,m}",
"resources": "AXKit/*.{bundle}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}