[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 9 / f / c / box-ios-sdk-interfaces / 1.0.9 / box-ios-sdk-interfaces.podspec.json
blobd21612d49ded33117695afb72cc2d93d184cbd8a
2   "name": "box-ios-sdk-interfaces",
3   "version": "1.0.9",
4   "summary": "iOS SDK for the Box API.",
5   "homepage": "https://github.com/box/box-ios-sdk",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": "Box",
11   "source": {
12     "git": "https://github.com/box/box-ios-sdk.git",
13     "tag": "v1.0.9"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "ios": {
19     "source_files": [
20       "BoxContentSDK/BoxContentSDK/*.{h}",
21       "BoxContentSDK/BoxContentSDK/**/*.{h}"
22     ],
23     "exclude_files": [
24       "BoxContentSDK/BoxContentSDK/External/ISO8601DateFormatter/BOXISO8601DateFormatter.{h,m}",
25       "BoxContentSDK/BoxContentSDK/External/KeychainItemWrapper/BOXKeychainItemWrapper.{h,m}"
26     ],
27     "public_header_files": [
28       "BoxContentSDK/BoxContentSDK/*.h",
29       "BoxContentSDK/BoxContentSDK/**/*.h"
30     ],
31     "frameworks": [
32       "Security",
33       "QuartzCore",
34       "AssetsLibrary"
35     ],
36     "header_dir": "BoxContentSDK"
37   },
38   "requires_arc": true,
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC -all_load"
41   }