blob: b833014e5369058b6a0fc3f43039eb8a0b6477ee [file] [log] [blame]
{
"name": "SwiftyDropbox",
"version": "4.4.0",
"summary": "Dropbox Swift SDK for API v2",
"homepage": "https://dropbox.com/developers/",
"license": "MIT",
"authors": {
"Stephen Cobbe": "scobbe@dropbox.com"
},
"source": {
"git": "https://github.com/dropbox/SwiftyDropbox.git",
"tag": "4.4.0"
},
"source_files": "Source/SwiftyDropbox/Shared/**/*.{swift,h,m}",
"osx": {
"source_files": "Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/**/*.{swift,h,m}",
"frameworks": [
"AppKit",
"WebKit",
"SystemConfiguration",
"Foundation"
]
},
"ios": {
"source_files": "Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/**/*.{swift,h,m}",
"frameworks": [
"UIKit",
"WebKit",
"SystemConfiguration",
"Foundation"
]
},
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "9.0"
},
"dependencies": {
"Alamofire": [
"~> 4.5.0"
]
}
}