[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.0.8 / KIF.podspec.json
blob107c672ca663dc3acf5e2373e2b7a68dc5ff0e64
2   "name": "KIF",
3   "version": "3.0.8",
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.0.8"
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   ]