blob: 251b204d59988553abdb699448efd57b61905b59 [file] [log] [blame]
{
"name": "TransmissionRPC",
"version": "1.0",
"summary": "TransmissionRPC Framework",
"description": "TransmissionRPC is a macOS Framework that allow to comunication with an Transmission daemon using the for the RPC Protocol.",
"homepage": "https://github.com/jvega1976/TransmissionRPC.git",
"license": {
"type": "GPL3",
"file": "LICENSE"
},
"authors": {
"jvega1976": "johnny.vega@me.com"
},
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/jvega1976/TransmissionRPC.git",
"tag": "1.0"
},
"source_files": [
"TransmissionRPC",
"TransmissionRPC/**/*.{h,m}",
"NSBencodeSerialization/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}