blob: 6626200f0001fc034776502f1aa5d6c45bdb9876 [file] [log] [blame]
{
"name": "SwiftyDropbox",
"version": "4.0.1",
"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.0.1"
},
"osx": {
"source_files": [
"Source/SwiftyDropbox/SwiftyDropbox_macOS/SwiftyDropbox_macOS.h",
"Source/Source/PlatformNeutral/*.{h,m,swift}",
"Source/Source/PlatformDependent/macOS/*.{h,m,swift}"
],
"frameworks": [
"AppKit",
"Foundation"
]
},
"ios": {
"source_files": [
"Source/SwiftyDropbox/SwiftyDropbox/SwiftyDropbox.h",
"Source/Source/PlatformNeutral/*.{h,m,swift}",
"Source/Source/PlatformDependent/iOS/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "9.0"
},
"dependencies": {
"Alamofire": [
"~> 4.0.0"
]
}
}