[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.2.3 / KIF.podspec.json
bloba85d4f65379b519c45ae820bf59491bc68ecc228
2   "name": "KIF",
3   "version": "3.2.3",
4   "summary": "Keep It Functional - iOS UI acceptance testing in an XCUnit harness.",
5   "homepage": "https://github.com/kif-framework/KIF/",
6   "license": "Apache 2.0",
7   "authors": [
8     "Eric Firestone",
9     "Jim Puls",
10     "Brian Nickel"
11   ],
12   "source": {
13     "git": "https://github.com/kif-framework/KIF.git",
14     "tag": "v3.2.3"
15   },
16   "platforms": {
17     "ios": "5.1"
18   },
19   "frameworks": [
20     "CoreGraphics",
21     "IOKit"
22   ],
23   "default_subspecs": "XCTest",
24   "requires_arc": true,
25   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
26   "subspecs": [
27     {
28       "name": "XCTest",
29       "source_files": [
30         "Classes",
31         "Additions"
32       ],
33       "exclude_files": "Additions/SenTestCase-KIFAdditions.{h,m}",
34       "public_header_files": [
35         "Classes/**/*.h",
36         "Additions/**/*-KIFAdditions.h",
37         "Additions/UIView-Debugging.h"
38       ],
39       "frameworks": "XCTest",
40       "compiler_flags": "-DKIF_XCTEST",
41       "xcconfig": {
42         "OTHER_CFLAGS": "-DKIF_XCTEST",
43         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
44       },
45       "requires_arc": true
46     },
47     {
48       "name": "OCUnit",
49       "source_files": [
50         "Classes",
51         "Additions"
52       ],
53       "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
54       "public_header_files": [
55         "Classes/**/*.h",
56         "Additions/**/*-KIFAdditions.h",
57         "Additions/UIView-Debugging.h"
58       ],
59       "frameworks": "SenTestingKit",
60       "compiler_flags": "-DKIF_SENTEST",
61       "xcconfig": {
62         "OTHER_CFLAGS": "-DKIF_SENTEST"
63       },
64       "requires_arc": true
65     },
66     {
67       "name": "IdentifierTests",
68       "dependencies": {
69         "KIF/XCTest": [
71         ]
72       },
73       "source_files": "IdentifierTests",
74       "public_header_files": "IdentifierTests/**/*.h",
75       "requires_arc": true
76     }
77   ]