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