blob: 10f11428c75673b429038b898a728108727789e0 [file] [log] [blame]
{
"name": "RAMRouter",
"version": "1.0.6",
"summary": "This is a good iOS Router",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/RamboQiu/RAMRouter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RamboQiu": "625217640@qq.com"
},
"source": {
"git": "https://github.com/RamboQiu/RAMRouter.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"RAMR3",
"RAMCore"
],
"resource_bundles": {
"RAMRouter": [
"RAMRouter/Assets/*.png"
]
},
"dependencies": {
"RAMUtil/RAMLog": [
],
"RAMUtil/RAMColor": [
],
"RAMUtil/RAMImage": [
],
"RAMUtil/RAMFrame": [
]
},
"subspecs": [
{
"name": "RAMCore",
"source_files": "RAMRouter/RAMCore/*.{h,m}",
"public_header_files": "RAMRouter/RAMCore/*.h",
"dependencies": {
"RAMRouter/RAMR3": [
]
}
},
{
"name": "RAMR3",
"source_files": [
"RAMRouter/RAMR3/*.{h,m}",
"RAMRouter/RAMR3/include/*.h",
"RAMRouter/RAMR3/zmalloc.{c,h}"
],
"requires_arc": false,
"public_header_files": "RAMRouter/RAMR3/include/*.h"
}
]
}