[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.1.0 / KIF.podspec.json
blob0fc4d383efb1b965e34f485a91498297d92abf62
2   "name": "KIF",
3   "version": "3.1.0",
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.1.0"
15   },
16   "platforms": {
17     "ios": "5.1"
18   },
19   "frameworks": "CoreGraphics",
20   "default_subspecs": "XCTest",
21   "requires_arc": true,
22   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
23   "subspecs": [
24     {
25       "name": "XCTest",
26       "source_files": [
27         "Classes",
28         "Additions"
29       ],
30       "exclude_files": "Additions/SenTestCase-KIFAdditions.{h,m}",
31       "public_header_files": [
32         "Classes/**/*.h",
33         "Additions/**/*-KIFAdditions.h"
34       ],
35       "frameworks": "XCTest",
36       "compiler_flags": "-DKIF_XCTEST",
37       "xcconfig": {
38         "OTHER_CFLAGS": "-DKIF_XCTEST",
39         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
40       },
41       "requires_arc": true
42     },
43     {
44       "name": "OCUnit",
45       "source_files": [
46         "Classes",
47         "Additions"
48       ],
49       "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
50       "public_header_files": [
51         "Classes/**/*.h",
52         "Additions/**/*-KIFAdditions.h"
53       ],
54       "frameworks": "SenTestingKit",
55       "compiler_flags": "-DKIF_SENTEST",
56       "xcconfig": {
57         "OTHER_CFLAGS": "-DKIF_SENTEST"
58       },
59       "requires_arc": true
60     },
61     {
62       "name": "IdentifierTests",
63       "dependencies": {
64         "KIF/XCTest": [
66         ]
67       },
68       "source_files": "IdentifierTests",
69       "public_header_files": "IdentifierTests/**/*.h",
70       "requires_arc": true
71     }
72   ]