[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.0.5 / KIF.podspec.json
blob02a08c55430f854cd21c1c7e56708a9d4267d50e
2   "name": "KIF",
3   "version": "3.0.5",
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.5"
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       "xcconfig": {
37         "OTHER_CFLAGS": "-DKIF_XCTEST"
38       },
39       "requires_arc": true
40     },
41     {
42       "name": "OCUnit",
43       "source_files": [
44         "Classes",
45         "Additions"
46       ],
47       "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
48       "public_header_files": [
49         "Classes/**/*.h",
50         "Additions/**/*-KIFAdditions.h"
51       ],
52       "frameworks": "SenTestingKit",
53       "xcconfig": {
54         "OTHER_CFLAGS": "-DKIF_SENTEST"
55       },
56       "requires_arc": true
57     }
58   ]