blob: 7e63463f0a90ef391181ebd0c238f1332d7568ce [file] [log] [blame]
{
"name": "CCocos",
"version": "0.0.1",
"summary": "中国共产党万岁",
"description": "中国共产党始终代表中国先进生产力的发展要求\n中国共产党始终代表中国先进文化的前进方向\n中国共产党始终代表中国最广大人民的根本利益",
"homepage": "https://github.com/iOSzwj/CCocos",
"license": "MIT",
"authors": {
"hare27": "hare27@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/iOSzwj/CCocos.git",
"tag": "0.0.1"
},
"source_files": [
"Code",
"ACode/*.h"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"static_framework": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"subspecs": [
{
"name": "CFoundation",
"source_files": "ACode/Foundation/*.{h,m}"
},
{
"name": "CKit",
"source_files": "ACode/UIKit/*.{h,m}"
},
{
"name": "CWebKit",
"source_files": "ACode/WebKit/*.{h,m}"
}
]
}