blob: c396c8a8e04b97027fa83ee5b1af0dda25b6230c [file] [log] [blame]
{
"name": "HappyWaWa_Module_framework",
"version": "0.1.0",
"summary": "A short description of HappyWaWa_Module.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/elwin_frederick/HappyWaWa_Module_framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"elwin_frederick": "elwinfrederick@163.com"
},
"source": {
"git": "https://gitee.com/elwin_frederick/HappyWaWa_Module_framework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "CCDefaultModule",
"requires_arc": true,
"subspecs": [
{
"name": "CCDefaultModule",
"dependencies": {
"HappyWaWa_Module_framework/CCVendorModule": [
]
}
},
{
"name": "CCVendorModule",
"source_files": "HappyWaWa_Module_framework/CCVendorModule/Classes/public_headers/*.h",
"vendored_frameworks": "HappyWaWa_Module_framework/CCVendorModule/Classes/frameworks/*.framework",
"dependencies": {
"CCExtensionKit/CCCore": [
],
"CCExtensionKit/CCRouter": [
]
}
}
]
}