blob: 529b3c7a0abe2bcf9d6c6ccaff530827ee192290 [file] [log] [blame]
{
"name": "FanKit",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"Classes/FanKit.h",
"Classes/FanKitHead.h"
],
"public_header_files": [
"Classes/FanKit.h",
"Classes/FanKitHead.h"
],
"resources": "Classes/Core/FanKit.bundle",
"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"
}
]
}