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"
38 "frameworks": "XCTest",
39 "compiler_flags": "-DKIF_XCTEST",
41 "OTHER_CFLAGS": "-DKIF_XCTEST",
42 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
52 "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
53 "public_header_files": [
55 "Additions/**/*-KIFAdditions.h"
57 "frameworks": "SenTestingKit",
58 "compiler_flags": "-DKIF_SENTEST",
60 "OTHER_CFLAGS": "-DKIF_SENTEST"
65 "name": "IdentifierTests",
71 "source_files": "IdentifierTests",
72 "public_header_files": "IdentifierTests/**/*.h",