blob: dd405006829b7030cad2f0d2fc4949ba3afeada3 [file] [log] [blame]
{
"name": "Dotzu",
"version": "0.1",
"license": "MIT",
"summary": "iOS debugger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app.",
"homepage": "https://github.com/remirobert/Dotzu",
"social_media_url": "https://twitter.com/remi936",
"authors": {
"RĂ©mi ROBERT": "remirobert33530@gmail.com"
},
"source": {
"git": "https://github.com/remirobert/Dotzu.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "Dotzu/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}