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",
23 "default_subspecs": "XCTest",
25 "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
33 "exclude_files": "Additions/SenTestCase-KIFAdditions.{h,m}",
34 "public_header_files": [
36 "Additions/**/*-KIFAdditions.h",
37 "Additions/UIView-Debugging.h"
39 "frameworks": "XCTest",
40 "compiler_flags": "-DKIF_XCTEST",
42 "OTHER_CFLAGS": "-DKIF_XCTEST",
43 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
53 "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
54 "public_header_files": [
56 "Additions/**/*-KIFAdditions.h",
57 "Additions/UIView-Debugging.h"
59 "frameworks": "SenTestingKit",
60 "compiler_flags": "-DKIF_SENTEST",
62 "OTHER_CFLAGS": "-DKIF_SENTEST"
67 "name": "IdentifierTests",
73 "source_files": "IdentifierTests",
74 "public_header_files": "IdentifierTests/**/*.h",