blob: e3c524d84114884b6749ea41c161b76a5c641141 [file] [log] [blame]
{
"name": "HypeMachineAPI",
"version": "0.4.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.4.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2.1"
]
}
}