blob: 7e9e6d58ba6e46a00cd7724b632de94e1baf0a32 [file] [log] [blame]
{
"name": "CustomEngine",
"version": "0.1.6",
"summary": "自定义管理SDK",
"homepage": "https://cocoapods.org/pods/CustomEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rover001": "zengyun6666@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Rover001/CustomEngine.git",
"tag": "0.1.6"
},
"ios": {
"vendored_frameworks": "Engine/Framework/*.framework"
},
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "Engine/Category/*.{h,m}",
"public_header_files": "Engine/Category/*.h"
}
]
}