| { |
| "name": "ObjectiveDropbox", |
| "version": "1.0.0", |
| "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/ObjectiveDrobpox", |
| "license": "MIT", |
| "authors": { |
| "Mikhail Motyzhenkov": "m.motyzhenkov@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zlib/ObjectiveDrobpox.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "WebKit" |
| ] |
| } |