blob: 330e46a145bcc4b0744fa5ecbafbf9d7a71670e4 [file] [log] [blame]
{
"name": "ObjectiveDropbox",
"version": "1.0.2",
"summary": "Unofficial Objective-C SDK for Dropbox HTTP API v2",
"description": "ObjectiveDrobpoox contains all necessary classes for working with Dropbox using Objectve-C on iOS.\nCocoapods installation supports iOS 8.0 and above. If you need iOS 7 support, copy all ObjectiveDrobpox files to your project and add WebKit as optional framework.",
"homepage": "https://github.com/zlib/ObjectiveDropbox",
"license": "MIT",
"authors": {
"Mikhail Motyzhenkov": "m.motyzhenkov@gmail.com"
},
"source": {
"git": "https://github.com/zlib/ObjectiveDropbox.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"WebKit"
]
}