blob: 2fba2d7e409a4acd3d474e88abeee08ee17701fc [file] [log] [blame]
{
"name": "XCFKit",
"version": "1.0.1",
"summary": "Standard toolset classes & categories used by xiachufang iOS Projects",
"homepage": "https://github.com/xiachufang/XCFKit",
"authors": {
"yiplee": "guoyinl@gmail.com"
},
"requires_arc": true,
"license": "MIT",
"source": {
"git": "https://github.com/xiachufang/XCFKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XCFKit/**/*.{h,m,mm}",
"libraries": "c++",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Foundation",
"platforms": {
"ios": "7.0"
},
"source_files": "XCFKit/Foudation/*.{h,m,mm}",
"frameworks": "Foundation"
},
{
"name": "UIKit",
"platforms": {
"ios": "8.0"
},
"source_files": "XCFKit/UIKit/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "VideoPlayer",
"platforms": {
"ios": "8.0"
},
"source_files": "XCFKit/VideoPlayer/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"XCFKit/UIKit": [
]
}
}
]
}