blob: c1cba57588899ce0803b546b60eb54c955f76ac0 [file] [log] [blame]
{
"name": "JDRouter",
"version": "1.2.9",
"summary": "JDRouter",
"description": "JDRouter",
"homepage": "https://github.com/wangjindong/JDRouter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjindong": "419591321@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wangjindong/JDRouter.git",
"tag": "1.2.9"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "Intent",
"source_files": "Intent/**/*.{h,m}",
"public_header_files": "Intent/**/*.h"
},
{
"name": "Router",
"source_files": "Router/**/*.{h,m}",
"public_header_files": "Router/**/*.h"
}
]
}