blob: f618660a85e70b3c71d5a8a2e944caf8babbd6e4 [file] [log] [blame]
{
"name": "Dotzu",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "Dotzu/*.swift",
"resources": [
"Dotzu/*.storyboard"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}