[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 3 / RH-Dropbox-iOS-SDK / 1.3.13 / RH-Dropbox-iOS-SDK.podspec.json
blob6d5abd88137df8b553a8b8a74fb06140847e74d2
2   "name": "RH-Dropbox-iOS-SDK",
3   "version": "1.3.13",
4   "summary": "An Unofficial Dropbox SDK for iOS from source files, no pre-compiled frameworks.",
5   "homepage": "https://www.dropbox.com/developers-v1/core/sdks/ios",
6   "authors": "Dropbox",
7   "description": "Integrate the Dropbox SDK into your Xcode project using only source files and no pre-compiled frameworks. This will allow configuration flexibility, such as enabling bitcode (ENABLE_BITCODE) across multiple architectures without having to worry about specific Dropbox SDK project configuration or creating fat binaries.",
8   "platforms": {
9     "ios": "5.0"
10   },
11   "requires_arc": false,
12   "license": {
13     "type": "Copyright",
14     "file": "LICENSE"
15   },
16   "source": {
17     "git": "https://github.com/ryanhomer/RH-Dropbox-iOS-SDK.git",
18     "tag": "1.3.13"
19   },
20   "source_files": [
21     "DropboxSDK/Classes/*.m",
22     "DropboxSDK/Classes/DropboxSDK/*.h",
23     "DropboxSDK/Classes/JSON/*.m",
24     "DropboxSDK/Classes/MPOAuth/*.m",
25     "DropboxSDK/Classes/MPOAuth/Crypto/*.c"
26   ],
27   "exclude_files": [
28     "DropboxSDK/Classes/*OSX.m",
29     "DropboxSDK/Classes/DropboxSDK/*OSX.h"
30   ],
31   "frameworks": [
32     "Security",
33     "QuartzCore"
34   ],
35   "header_dir": "DropboxSDK"