blob: 7b5fd0deba3331d51f80fb66b0b7276b001ed61a [file] [log] [blame]
{
"name": "SwordRPC",
"version": "0.1.0",
"summary": "A Discord Rich Presence Library for Swift",
"homepage": "https://github.com/Azoy/SwordRPC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Azoy",
"source": {
"git": "https://github.com/Azoy/SwordRPC.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.11"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0.0"
},
"source_files": [
"Sources/SwordRPC/*.swift",
"Sources/SwordRPC/Types/*.swift"
],
"dependencies": {
"BlueSocket": [
"~> 0.12"
]
},
"pushed_with_swift_version": "3.0"
}