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