blob: 5ef35c9051f636eb62f58ddbf729988c125ae8c1 [file] [log] [blame]
{
"name": "SYDCentralPivot",
"version": "1.4.1",
"summary": "A Simple Factory and Router for UIViewController,ServiceModel and some other object",
"description": "Factory and Router",
"homepage": "https://github.com/ExistOrLive/SYDCentralPivot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ExistOrLive": "2068531506@qq.com"
},
"source": {
"git": "https://github.com/ExistOrLive/SYDCentralPivot.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "9.0"
},
"source_files": "SYDCentralPivot/Classes/Core/*",
"public_header_files": "SYDCentralPivot/Classes/Core/*.h"
},
{
"name": "VC",
"platforms": {
"ios": "9.0"
},
"source_files": "SYDCentralPivot/Classes/VC/*",
"public_header_files": "SYDCentralPivot/Classes/VC/*.h",
"dependencies": {
"SYDCentralPivot/Core": [
]
}
}
]
}