[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 2 / box-ios-content-sdk / 1.0.1 / box-ios-content-sdk.podspec.json
blob72dc0d19a5d73980110e69172cdc67e277dd5c82
2   "name": "box-ios-content-sdk",
3   "version": "1.0.1",
4   "summary": "iOS SDK for the Box Content API",
5   "homepage": "https://github.com/box/box-ios-content-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-content-sdk.git",
13     "tag": "v1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "ios": {
19     "source_files": [
20       "BoxContentSDK/BoxContentSDK/*.{h,m}",
21       "BoxContentSDK/BoxContentSDK/**/*.{h,m}"
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   "resource_bundles": {
39     "BoxContentSDKResources": [
40       "BoxContentSDK/BoxContentSDKResources/Assets/*.*",
41       "BoxContentSDK/BoxContentSDKResources/Icons/*.*",
42       "BoxContentSDK/BoxContentSDKResources/*.lproj"
43     ]
44   },
45   "requires_arc": true,
46   "xcconfig": {
47     "OTHER_LDFLAGS": "-ObjC -all_load"
48   },
49   "subspecs": [
50     {
51       "name": "logger",
52       "source_files": "BoxContentSDK/BoxContentSDK/BOXLog.h"
53     },
54     {
55       "name": "no-arc",
56       "dependencies": {
57         "box-ios-content-sdk/logger": [
59         ]
60       },
61       "source_files": [
62         "BoxContentSDK/BoxContentSDK/External/ISO8601DateFormatter/BOXISO8601DateFormatter.{h,m}",
63         "BoxContentSDK/BoxContentSDK/External/KeychainItemWrapper/BOXKeychainItemWrapper.{h,m}"
64       ],
65       "requires_arc": false
66     }
67   ]