blob: ffedc983df1c29e3c7206498d483d11391cfd1fe [file] [log] [blame]
{
"name": "RAMRouter",
"version": "1.0.8",
"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.8"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "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"
}
]
}