blob: e14caeb9ac9e38a305f9a46efe05b3e89403c086 [file] [log] [blame]
{
"name": "RWCustomEngine",
"version": "0.1.7",
"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/RWCustomEngine.git",
"tag": "0.1.7"
},
"ios": {
"vendored_frameworks": "RWDeviceEngine/*.framework"
},
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "Engine/Category/*.{h,m}",
"public_header_files": "Engine/Category/*.h"
}
]
}