blob: 39770f83b3dd53db92b767dc192b532eef8f7645 [file] [log] [blame]
{
"name": "box-ios-sdk-tests",
"version": "1.0.11",
"summary": "A common testing interface extracted from Content SDK.",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Box",
"homepage": "https://github.com/box/box-ios-sdk",
"source": {
"git": "https://github.com/box/box-ios-sdk.git",
"tag": "v1.0.11"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"BoxContentSDK/BoxContentSDKTests/BOXCannedResponse.{h,m}",
"BoxContentSDK/BoxContentSDKTests/BOXCannedURLProtocol.{h,m}",
"BoxContentSDK/BoxContentSDKTests/BOXInputStreamTestHelper.{h,m}",
"BoxContentSDK/BoxContentSDKTests/BOXModelTestCase.{h,m}",
"BoxContentSDK/BoxContentSDKTests/BOXContentSDKTestCase.{h,m}",
"BoxContentSDK/BoxContentSDKTests/BOXRequestTestCase.{h,m}",
"BoxContentSDK/BoxContentSDKTests/ALAssetRepresentationMock.{h,m}"
],
"resources": "BoxContentSDK/BoxContentSDKTests/*.json",
"requires_arc": true,
"frameworks": "XCTest",
"dependencies": {
"OCMock": [
"~> 3.1.2"
],
"box-ios-sdk": [
]
}
}