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