blob: 7e8ed6fa5b2e15501ea03843cf5841a3ac2a269c [file] [log] [blame]
{
"name": "ObjectiveDropboxOfficial",
"version": "2.0.6",
"summary": "Dropbox Objective C SDK for APIv2",
"homepage": "https://dropbox.com/developers/",
"license": "MIT",
"authors": {
"Stephen Cobbe": "scobbe@dropbox.com"
},
"source": {
"git": "https://github.com/dropbox/dropbox-sdk-obj-c.git",
"tag": "2.0.6"
},
"osx": {
"source_files": [
"Source/ObjectiveDropboxOfficial/Shared/**/*.{h,m}",
"Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/**/*.{h,m}"
],
"public_header_files": [
"Source/ObjectiveDropboxOfficial/Shared/**/*.h",
"Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/**/*.h"
],
"frameworks": [
"AppKit",
"WebKit",
"SystemConfiguration",
"Foundation"
]
},
"ios": {
"source_files": [
"Source/ObjectiveDropboxOfficial/Shared/**/*.{h,m}",
"Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/**/*.{h,m}"
],
"public_header_files": [
"Source/ObjectiveDropboxOfficial/Shared/**/*.h",
"Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/**/*.h"
],
"frameworks": [
"UIKit",
"WebKit",
"SystemConfiguration",
"Foundation"
]
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
}
}