| { |
| "name": "Galileo-iOS", |
| "version": "0.1.1", |
| "summary": "Easy-to-use debugging tool for your iOS app!", |
| "description": "Easy-to-use debugging tool for your iOS app! Shake your device and go! Inspired in the Galileo Android Tool (https://github.com/josedlpozo/Galileo).", |
| "homepage": "https://github.com/javikr/Galileo-iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Javier Aznar de los Rios": "javikr@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/javikr/Galileo-iOS.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Galileo-iOS/Classes/**/*", |
| "resource_bundles": { |
| "Galileo-iOS": [ |
| "Galileo-iOS/**/*.{lproj,storyboard,xcdatamodeld,xib,png,jpeg,jpg}" |
| ] |
| }, |
| "resources": [ |
| "Galileo-iOS/Assets/Assets.xcassets" |
| ], |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Wormholy": [ |
| |
| ] |
| }, |
| "swift_version": "4.2" |
| } |