blob: 145afac6b5976331d7c24cf80a926f3ef9df53ae [file] [log] [blame]
{
"name": "DropmarkSDK",
"version": "0.3.1",
"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": "0.3.1"
},
"social_media_url": "https://twitter.com/oakstudios",
"swift_version": "4.0",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "11.0"
},
"source_files": "Source/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"PromiseKit": [
"~> 6.0"
],
"KeychainSwift": [
"~> 11.0"
]
}
}