blob: 30153a00b441a70efb9fd7ab053042b58e12c020 [file] [log] [blame]
{
"name": "AFORouter",
"version": "0.0.9",
"summary": "The router.",
"description": "Used to pass values between pages.",
"homepage": "https://github.com/PangDuTechnology/AFORouter.git",
"license": "MIT",
"authors": {
"PangDu": "xian312117@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PangDuTechnology/AFORouter.git",
"tag": "0.0.9"
},
"source_files": "AFORouter/AFORouter.h",
"public_header_files": "AFORouter/AFORouter.h",
"requires_arc": true,
"dependencies": {
"AFOSchedulerCore": [
]
},
"subspecs": [
{
"name": "router",
"source_files": "AFORouter/router/*.{h,m}",
"public_header_files": "AFORouter/router/*.h"
},
{
"name": "manager",
"dependencies": {
"AFORouter/router": [
],
"AFOFoundation": [
]
},
"source_files": "AFORouter/manager/*.{h,m}",
"public_header_files": "AFORouter/manager/*.h"
}
]
}