blob: 732026b72bb4cd9d018780fddb2c5d7e96b1807e [file] [log] [blame]
{
"name": "YJCocoa",
"version": "1.1.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.1.0"
},
"summary": "YJ Cocoa",
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "Cocoa/*.{h,m}",
"default_subspecs": [
"Foundation",
"System"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "Cocoa/Foundation/*.{h,m}"
},
{
"name": "System",
"source_files": "Cocoa/System/*.{h,m}"
}
]
}