blob: 111db41e388afb62ec5d3543bb665b7c36169810 [file] [log] [blame]
{
"name": "FanKit",
"version": "0.0.1",
"summary": "A Cocoa Tool Kit of iOS components.",
"description": "一个iOS集成实用工具库,以后会添加更多更多的工具,实用类,封装类,封装小效果",
"homepage": "https://github.com/fanxiangyang/FanKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fanxiangyang": "fanxiangyang_heda@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/fanxiangyang/FanKit.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/FanKit/**/*.{h,m}"
],
"public_header_files": "Classes/FanKit/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}