[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 9 / 0 / box-ios-sdk-tests / 1.0.11 / box-ios-sdk-tests.podspec.json
blob39770f83b3dd53db92b767dc192b532eef8f7645
2   "name": "box-ios-sdk-tests",
3   "version": "1.0.11",
4   "summary": "A common testing interface extracted from Content SDK.",
5   "license": {
6     "type": "Apache 2.0",
7     "file": "LICENSE"
8   },
9   "authors": "Box",
10   "homepage": "https://github.com/box/box-ios-sdk",
11   "source": {
12     "git": "https://github.com/box/box-ios-sdk.git",
13     "tag": "v1.0.11"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": [
19     "BoxContentSDK/BoxContentSDKTests/BOXCannedResponse.{h,m}",
20     "BoxContentSDK/BoxContentSDKTests/BOXCannedURLProtocol.{h,m}",
21     "BoxContentSDK/BoxContentSDKTests/BOXInputStreamTestHelper.{h,m}",
22     "BoxContentSDK/BoxContentSDKTests/BOXModelTestCase.{h,m}",
23     "BoxContentSDK/BoxContentSDKTests/BOXContentSDKTestCase.{h,m}",
24     "BoxContentSDK/BoxContentSDKTests/BOXRequestTestCase.{h,m}",
25     "BoxContentSDK/BoxContentSDKTests/ALAssetRepresentationMock.{h,m}"
26   ],
27   "resources": "BoxContentSDK/BoxContentSDKTests/*.json",
28   "requires_arc": true,
29   "frameworks": "XCTest",
30   "dependencies": {
31     "OCMock": [
32       "~> 3.1.2"
33     ],
34     "box-ios-sdk": [
36     ]
37   }