blob: 51f4334a430f1a86a069917d19df04a1807cee06 [file] [log] [blame]
{
"name": "MMRouter",
"summary": "A Router for iOS.",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MMMille": "xuemingluan@gmail.com"
},
"homepage": "https://github.com/MMMille/MMRouter",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MMMille/MMRouter.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": "MMRouter/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation"
]
}