blob: 2bdb3ab3ed4c871d4f234ff0496f2eac58afd5b9 [file] [log] [blame]
{
"name": "HypeMachineAPI",
"version": "1.0.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.11"
},
"source": {
"git": "https://github.com/PlugForMac/HypeMachineAPI.git",
"tag": "1.0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0.1"
]
},
"pushed_with_swift_version": "3.0.1"
}