blob: 2f9b2f780f0e6cbc778b772dd881c49215d3c5bf [file] [log] [blame]
{
"name": "AXTableKit",
"version": "0.0.2",
"summary": "快速生成TableView的工具,可用于测试功能,也可用于app中的设置列表。",
"homepage": "http://xaoxuu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xaoxuu": "xaoxuu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xaoxuu/AXTableKit.git",
"tag": "0.0.2",
"submodules": true
},
"public_header_files": "AXTableKit/**/*.{h}",
"source_files": "AXTableKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}