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