blob: 6adb7cdfa3a973ad85dcab09278a17b5dd8c6874 [file] [log] [blame]
{
"name": "DropmarkSDK",
"version": "3.0.0",
"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": "3.0.0"
},
"social_media_url": "https://twitter.com/oakstudios",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "11.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"PromiseKit": [
"~> 6.13"
]
},
"swift_version": "5.0"
}