| { |
| "name": "Dotzu-objc", |
| "version": "1.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": "1.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| }, |
| "source_files": "Dotzu-objc/*.{h,swift}", |
| "requires_arc": true, |
| "dependencies": { |
| "Dotzu": [ |
| "~> 1.2" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |