blob: 53dd10f4710c913342cbc3e3f3202ffebcf7740c [file] [log] [blame]
{
"name": "DTRouter",
"version": "1.0.1",
"summary": "Lightweight modular framework",
"description": "Lightweight modular framework",
"homepage": "http://www.jianshu.com/u/62fd4a3ecff1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamTracer": "jinqiucheng1006@live.cn"
},
"source": {
"git": "https://github.com/NicolasKim/DTRouter.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"UI"
],
"subspecs": [
{
"name": "Core",
"source_files": "DTRouter/Classes/Core/*",
"public_header_files": "DTRouter/Classes/Core/*.h"
},
{
"name": "UI",
"public_header_files": "DTRouter/Classes/UIKitExtentsion/*.h",
"source_files": "DTRouter/Classes/UIKitExtentsion/*",
"dependencies": {
"DTRouter/Core": [
]
}
}
]
}