2 "name": "RH-Dropbox-iOS-SDK",
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",
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.",
11 "requires_arc": false,
17 "git": "https://github.com/ryanhomer/RH-Dropbox-iOS-SDK.git",
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"
28 "DropboxSDK/Classes/*OSX.m",
29 "DropboxSDK/Classes/DropboxSDK/*OSX.h"
35 "header_dir": "DropboxSDK"