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