blob: f21552cc716b6cb7f7df6b28faff952148e69bc4 [file] [log] [blame]
{
"name": "YJCocoa",
"version": "1.2.0",
"authors": {
"阳君": "937447974@qq.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/937447974/YJCocoa",
"source": {
"git": "https://github.com/937447974/YJCocoa.git",
"tag": "v1.2.0"
},
"summary": "YJ Cocoa",
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "Cocoa/*.{h,m}",
"default_subspecs": [
"CocoaTouchLayer",
"CoreServicesLayer",
"CoreOSLayer"
],
"subspecs": [
{
"name": "CocoaTouchLayer",
"source_files": "Cocoa/CocoaTouchLayer/*.{h,m}"
},
{
"name": "CoreServicesLayer",
"source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
"subspecs": [
{
"name": "Foundation",
"source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}"
}
]
},
{
"name": "CoreOSLayer",
"source_files": "Cocoa/CoreOSLayer/*.{h,m}",
"subspecs": [
{
"name": "System",
"source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
}
]
}
]
}