| { |
| "name": "Galileo-iOS", |
| "version": "0.1.4", |
| "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.4" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Galileo-iOS/Classes/**/*.swift", |
| "resources": [ |
| "Galileo-iOS/**/*.{lproj,xcassets,xib,png}" |
| ], |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Wormholy": [ |
| |
| ] |
| }, |
| "swift_version": "4.2", |
| "resource_bundles": { |
| "Galileo": [ |
| "Galileo-iOS/**/*.{xib,png,xcassets}" |
| ] |
| } |
| } |