[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / 3 / XcodeTestNavigatorFix / 0.1.0 / XcodeTestNavigatorFix.podspec.json
blobf403892ea5efe68935b996cdf7ed0bcc16321c87
2   "name": "XcodeTestNavigatorFix",
3   "version": "0.1.0",
4   "summary": "Prevent last run test case from disappearing from Xcode Test Navigator",
5   "homepage": "https://github.com/soutaro/XcodeTestNavigatorFix",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Soutaro Matsumoto",
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/soutaro/XcodeTestNavigatorFix.git",
18     "tag": "v0.1.0"
19   },
20   "source_files": "XcodeTestNavigatorFix/TestNavigatorFix.m",
21   "public_header_files": [
23   ],
24   "frameworks": "XCTest",
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   }