[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / e / OCSlimProjectTestBundleSupport / 1.3 / OCSlimProjectTestBundleSupport.podspec.json
blobc63f11e042e16b45456bdaaadfe07b7e04e91d5e
2   "name": "OCSlimProjectTestBundleSupport",
3   "version": "1.3",
4   "summary": "Integrate Fitnesse with XCTest to provide running and reporting of fast Fitnesse based BDD/Acceptance Tests right from within Xcode.",
5   "description": "OCSlimProjectTestBundleSupport enables OSX and iOS Unit Test targets to dynamically run test suites that run and display the results of Fitnesse based Acceptance Tests conveniently right within Xcode.\nUse together with 'OCSlimProject' for fast, rock-solid, non UI based acceptance testing that integrates seamlessly with both Xcode development and CI environments.",
6   "homepage": "http://paulstringer.github.io/OCSlimProject",
7   "documentation_url": "http://paulstringer.github.io/OCSlimProject",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Paul Stringer": "paulstringer@mac.com"
14   },
15   "social_media_url": "http://twitter.com/paulstringer",
16   "source": {
17     "git": "https://github.com/paulstringer/OCSlimProject.git",
18     "tag": "1.3"
19   },
20   "source_files": "Pod/TestClasses/**/*.{h,m}",
21   "exclude_files": "Pod/TestClasses/*Test{s,able}.{h,m}",
22   "public_header_files": "Pod/TestClasses/OCSPTestSuite.h",
23   "resources": "Pod/Resources/*.lproj",
24   "frameworks": "XCTest",
25   "user_target_xcconfig": {
26     "OCSP_TEST_REPORT_FILE_NAME": "Fitnesse-Test-Report.xml",
27     "OCSP_SUPPORT_FILE_DIR": "${PODS_ROOT}/OCSlimProject/Pod/Support/SharedSupport"
28   },
29   "osx": {
30     "user_target_xcconfig": {
31       "OCSP_TEST_REPORT_FILE_PATH": "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${OCSP_TEST_REPORT_FILE_NAME}"
32     }
33   },
34   "ios": {
35     "user_target_xcconfig": {
36       "OCSP_TEST_REPORT_FILE_PATH": "${TARGET_BUILD_DIR}/${EXECUTABLE_FOLDER_PATH}/${OCSP_TEST_REPORT_FILE_NAME}"
37     }
38   },
39   "platforms": {
40     "ios": "9.0",
41     "osx": "10.8"
42   }