blob: e691e801851a7724f413bf72a4eab1bc83534114 [file] [log] [blame]
{
"name": "HypeMachineAPI",
"version": "0.3.1",
"summary": "This is a partial implementation of the Hype Machine API in Swift.",
"homepage": "https://github.com/PlugForMac/HypeMachineAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Marchant": "alexjmarchant@gmail.com"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/PlugForMac/HypeMachineAPI.git",
"tag": "0.3.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2.1"
]
}
}