blob: d64aeb5713886da8cf6959707893fa259adf80cd [file] [log] [blame]
{
"name": "IGWebLogger",
"version": "0.2.0",
"summary": "IGWebLogger allows you to view your iOS app logs over web browser in realtime.",
"homepage": "https://github.com/siuying/IGWebLogger",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/siuying/IGWebLogger.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "IGWebLogger/Classes/*.{m,h}",
"resources": "IGWebLogger/IGWebLogger.bundle",
"dependencies": {
"CocoaLumberjack": [
],
"CocoaHTTPServer": [
"~> 2.3"
]
}
}