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