blob: b5c01c5aafbc5fb9735678598304a59438adc560 [file] [log] [blame]
{
"name": "Stargate",
"version": "0.1.0",
"summary": "A communication channel from your Mac to your watch.",
"homepage": "https://github.com/contentful-labs/Stargate/",
"social_media_url": "https://twitter.com/contentful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Bügling": "boris@buegling.com"
},
"source": {
"git": "https://github.com/contentful-labs/Stargate.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Code/*.swift",
"dependencies": {
"MMWormhole": [
"~> 1.1"
],
"PeerKit": [
"~> 1.1"
]
}
}