blob: d1b8ad0463fad3f85e1a31653fa0e14034ab2fca [file] [log] [blame]
{
"name": "FanKit",
"version": "1.0.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": "9.0"
},
"source": {
"git": "https://github.com/fanxiangyang/FanKit.git",
"tag": "1.0.0"
},
"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",
"SystemConfiguration"
]
},
{
"name": "Core",
"dependencies": {
"FanKit/Common": [
]
},
"source_files": "Classes/Core/*.{h,m}",
"public_header_files": "Classes/Core/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"AudioToolbox",
"AVFoundation"
]
},
{
"name": "UIKit",
"dependencies": {
"FanKit/Common": [
]
},
"public_header_files": "Classes/UIKit/*.h",
"source_files": "Classes/UIKit/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation",
"Photos"
]
}
]
}