blob: 6e4c4c4f074be23eea67489d5f5b3f6696ac4460 [file] [log] [blame]
{
"name": "TransmissionRPC",
"version": "1.2",
"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.2"
},
"source_files": [
"TransmissionRPC",
"TransmissionRPC/**/*.{h,m}",
"NSBencodeSerialization/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}