blob: 69825c7b4516753dfe031ea49745a4d2558498e8 [file] [log] [blame]
{
"name": "DropmarkSDK",
"version": "2.0.4",
"summary": "Network and model controllers for Dropmark, written in Swift.",
"homepage": "https://github.com/dropmark/Swift-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Givens": "alex@oakmade.com"
},
"source": {
"git": "https://github.com/dropmark/Swift-SDK.git",
"tag": "2.0.4"
},
"social_media_url": "https://twitter.com/oakstudios",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "11.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"PromiseKit": [
"~> 6.9"
],
"KeychainSwift": [
"~> 17.0"
]
},
"swift_version": "5.0"
}