{ | |
"name": "iConsoleSearch", | |
"version": "1.0.99", | |
"license": "zlib", | |
"summary": "本库是对iConsole(https://github.com/nicklockwood/iConsole)的扩展,主要增加了搜索关键字的功能,利于调试", | |
"homepage": "https://github.com/Vienta/iConsole", | |
"authors": "Nick Lockwood", | |
"source": { | |
"git": "https://github.com/Vienta/iConsole.git", | |
"tag": "1.0.99" | |
}, | |
"source_files": "iConsoleSearch", | |
"requires_arc": true, | |
"platforms": { | |
"ios": "5.0" | |
}, | |
"subspecs": [ | |
{ | |
"name": "GTM", | |
"source_files": "iConsoleSearch/GTM/*.{h,m}" | |
} | |
] | |
} |