blob: 450f8f1fa9aecf67b19b0c321a19cea0d11937a8 [file] [log] [blame]
{
"name": "Sword",
"version": "0.9.0",
"summary": "A Discord Library for Swift",
"homepage": "https://github.com/Azoy/Sword",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Azoy",
"source": {
"git": "https://github.com/Azoy/Sword.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0.0"
},
"source_files": [
"Sources/Sword/*.swift",
"Sources/Sword/Gateway/*.swift",
"Sources/Sword/Rest/*.swift",
"Sources/Sword/Shield/*.swift",
"Sources/Sword/Types/*.swift",
"Sources/Sword/Utils/*.swift"
],
"dependencies": {
"Starscream": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}