blob: f458f162d9200ccc65aab09bd0dfe75c94b69bbb [file] [log] [blame]
{
"name": "Simulator",
"version": "2.0.0",
"summary": "Interact with the Xcode simulators",
"homepage": "https://github.com/angledotdev/simulator",
"social_media_url": "https://twitter.com/pepibumur",
"license": "MIT",
"source": {
"git": "https://github.com/angledotdev/simulator.git",
"tag": "2.0.0"
},
"requires_arc": true,
"authors": "Angle",
"swift_version": "5.0",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"Shell": [
"~> 2.0.0"
]
}
}