blob: b7077c7c063298c7168386611967cb5c5193b405 [file] [log] [blame]
{
"name": "FanKit",
"version": "0.2.2",
"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": "8.0"
},
"source": {
"git": "https://github.com/fanxiangyang/FanKit.git",
"tag": "0.2.2"
},
"source_files": [
"Classes/FanKit.h",
"Classes/FanKitHead.h"
],
"public_header_files": [
"Classes/FanKit.h",
"Classes/FanKitHead.h"
],
"resources": "Classes/Common/FanKit.bundle",
"requires_arc": true,
"subspecs": [
{
"name": "Common",
"public_header_files": "Classes/Common/*.h",
"source_files": "Classes/Common/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Core",
"dependencies": {
"FanKit/Common": [
]
},
"source_files": "Classes/Core/*.{h,m}",
"public_header_files": "Classes/Core/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
]
},
{
"name": "UIKit",
"dependencies": {
"FanKit/Common": [
]
},
"public_header_files": "Classes/UIKit/*.h",
"source_files": "Classes/UIKit/*.{h,m}",
"frameworks": "UIKit"
}
]
}