[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 9 / 5 / 3 / ObjectiveDropbox / 1.0.0 / ObjectiveDropbox.podspec.json
blob842c39cfe2c99f55b34faf72fb87feab6dc01a31
2   "name": "ObjectiveDropbox",
3   "version": "1.0.0",
4   "summary": "Unofficial Objective-C SDK for Dropbox HTTP API v2",
5   "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.",
6   "homepage": "https://github.com/zlib/ObjectiveDrobpox",
7   "license": "MIT",
8   "authors": {
9     "Mikhail Motyzhenkov": "m.motyzhenkov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zlib/ObjectiveDrobpox.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21   },
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "WebKit"
26   ]