[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 0 / 1 / 2 / box-ios-content-sdk / 1.0.5 / box-ios-content-sdk.podspec.json
blobe4b50df5a8edf35c9a5878b5e0ccd2ddefd6c54b
2   "name": "box-ios-content-sdk",
3   "version": "1.0.5",
4   "summary": "DEPRECATED. Use pod box-ios-sdk.",
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.5"
14   },
15   "deprecated_in_favor_of": "box-ios-sdk",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "ios": {
20     "source_files": [
21       "BoxContentSDK/BoxContentSDK/*.{h,m}",
22       "BoxContentSDK/BoxContentSDK/**/*.{h,m}"
23     ],
24     "exclude_files": [
25       "BoxContentSDK/BoxContentSDK/External/ISO8601DateFormatter/BOXISO8601DateFormatter.{h,m}",
26       "BoxContentSDK/BoxContentSDK/External/KeychainItemWrapper/BOXKeychainItemWrapper.{h,m}"
27     ],
28     "public_header_files": [
29       "BoxContentSDK/BoxContentSDK/*.h",
30       "BoxContentSDK/BoxContentSDK/**/*.h"
31     ],
32     "frameworks": [
33       "Security",
34       "QuartzCore",
35       "AssetsLibrary"
36     ],
37     "header_dir": "BoxContentSDK"
38   },
39   "resource_bundles": {
40     "BoxContentSDKResources": [
41       "BoxContentSDK/BoxContentSDKResources/Assets/*.*",
42       "BoxContentSDK/BoxContentSDKResources/Icons/*.*",
43       "BoxContentSDK/BoxContentSDKResources/*.lproj"
44     ]
45   },
46   "requires_arc": true,
47   "xcconfig": {
48     "OTHER_LDFLAGS": "-ObjC -all_load"
49   },
50   "subspecs": [
51     {
52       "name": "logger",
53       "source_files": "BoxContentSDK/BoxContentSDK/BOXLog.h"
54     },
55     {
56       "name": "no-arc",
57       "dependencies": {
58         "box-ios-content-sdk/logger": [
60         ]
61       },
62       "source_files": [
63         "BoxContentSDK/BoxContentSDK/External/ISO8601DateFormatter/BOXISO8601DateFormatter.{h,m}",
64         "BoxContentSDK/BoxContentSDK/External/KeychainItemWrapper/BOXKeychainItemWrapper.{h,m}"
65       ],
66       "requires_arc": false
67     }
68   ]