blob: 1830bd35a1b6c97bcdbcfecd4100664e53778e4d [file] [log] [blame]
{
"name": "DropmarkSDK",
"version": "1.4.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": "1.4.0"
},
"social_media_url": "https://twitter.com/oakstudios",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "11.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"PromiseKit": [
"~> 6.5"
],
"KeychainSwift": [
"~> 13.0"
]
}
}