blob: c08bd588fc45e577498326c33fd918d4f4ca2075 [file] [log] [blame]
{
"name": "XCFKit",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"XCFKit/XCFKit.h",
"XCFKit/XCFKitCompat.{h,m}"
],
"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": [
]
}
}
]
}