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",
13 "git": "https://github.com/kif-framework/KIF.git",
19 "frameworks": "CoreGraphics",
24 "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
32 "exclude_files": "Additions/SenTestCase-KIFAdditions.{h,m}",
33 "public_header_files": [
35 "Additions/**/*-KIFAdditions.h"
37 "frameworks": "XCTest",
39 "OTHER_CFLAGS": "-DKIF_XCTEST"
49 "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
50 "public_header_files": [
52 "Additions/**/*-KIFAdditions.h"
54 "frameworks": "SenTestingKit",
56 "OTHER_CFLAGS": "-DKIF_SENTEST"