blob: c89d120e566cc1ab17ee54dae580b3bfafbd9556 [file] [log] [blame]
{
"name": "box-ios-share-sdk",
"version": "1.0.1",
"summary": "iOS Share SDK.",
"homepage": "https://github.com/box/box-ios-share-sdk",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Box",
"source": {
"git": "https://github.com/box/box-ios-share-sdk.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "BoxShareSDK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "BoxShareSDK.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"preserve_paths": "BoxShareSDK.framework",
"requires_arc": true,
"dependencies": {
"box-ios-sdk": [
]
},
"resource_bundles": {
"BoxShareSDKResources": [
"BoxShareSDK/BoxShareSDKResources/*.*"
]
}
}