blob: e4b50df5a8edf35c9a5878b5e0ccd2ddefd6c54b [file] [log] [blame]
{
"name": "box-ios-content-sdk",
"version": "1.0.5",
"summary": "DEPRECATED. Use pod box-ios-sdk.",
"homepage": "https://github.com/box/box-ios-sdk",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Box",
"source": {
"git": "https://github.com/box/box-ios-sdk.git",
"tag": "v1.0.5"
},
"deprecated_in_favor_of": "box-ios-sdk",
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": [
"BoxContentSDK/BoxContentSDK/*.{h,m}",
"BoxContentSDK/BoxContentSDK/**/*.{h,m}"
],
"exclude_files": [
"BoxContentSDK/BoxContentSDK/External/ISO8601DateFormatter/BOXISO8601DateFormatter.{h,m}",
"BoxContentSDK/BoxContentSDK/External/KeychainItemWrapper/BOXKeychainItemWrapper.{h,m}"
],
"public_header_files": [
"BoxContentSDK/BoxContentSDK/*.h",
"BoxContentSDK/BoxContentSDK/**/*.h"
],
"frameworks": [
"Security",
"QuartzCore",
"AssetsLibrary"
],
"header_dir": "BoxContentSDK"
},
"resource_bundles": {
"BoxContentSDKResources": [
"BoxContentSDK/BoxContentSDKResources/Assets/*.*",
"BoxContentSDK/BoxContentSDKResources/Icons/*.*",
"BoxContentSDK/BoxContentSDKResources/*.lproj"
]
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"subspecs": [
{
"name": "logger",
"source_files": "BoxContentSDK/BoxContentSDK/BOXLog.h"
},
{
"name": "no-arc",
"dependencies": {
"box-ios-content-sdk/logger": [
]
},
"source_files": [
"BoxContentSDK/BoxContentSDK/External/ISO8601DateFormatter/BOXISO8601DateFormatter.{h,m}",
"BoxContentSDK/BoxContentSDK/External/KeychainItemWrapper/BOXKeychainItemWrapper.{h,m}"
],
"requires_arc": false
}
]
}