blob: 7aa093727dfa6ccc5fb1fa7415236888bac6c96f [file] [log] [blame]
{
"name": "Aria2RPC",
"version": "1.0.0",
"summary": "aria2 rpc client for Swift.",
"homepage": "https://github.com/ShinCurry/Aria2RPC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ShinCurry",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/ShinCurry/Aria2RPC.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Aria2RPC/*.{swift}"
],
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 2.0.0"
],
"SwiftyJSON": [
"~> 3.1.1"
]
},
"pushed_with_swift_version": "3.0"
}