blob: 631c266ddbe2b6a3e137c79f71512dbef4f0668a [file] [log] [blame]
{
"name": "AXKit",
"version": "0.0.4",
"summary": "系统类的功能扩展和一些常用的控件封装,综合型开发工具包。",
"description": "系统类的功能扩展和一些常用的控件封装,综合型开发工具包。详情请访问官方主页:https://axkit.xaoxuu.com。",
"homepage": "https://axkit.xaoxuu.com",
"license": "MIT",
"authors": {
"xaoxuu": "xaoxuu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xaoxuu/AXKit.git",
"tag": "0.0.4",
"submodules": true
},
"public_header_files": "AXKit/**/*.{h}",
"source_files": "AXKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}