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",
14 "git": "https://github.com/kif-framework/KIF.git",
27 "default_subspecs": "Core",
29 "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
30 "pod_target_xcconfig": {
31 "ENABLE_BITCODE": "NO"
37 "Sources/KIF/Classes/**/*.{h,m}",
38 "Sources/KIF/Additions/**/*.{h,m}",
39 "Sources/KIF/Visualizer/**/*.{h,m}",
40 "Sources/KIF/ApplePrivateAPIs/**/*.{h,m}"
42 "public_header_files": [
43 "Sources/KIF/Classes/**/*.h",
44 "Sources/KIF/Additions/**/*{-,+}KIFAdditions.h",
45 "Sources/KIF/Additions/UIView-Debugging.h"
48 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
53 "name": "IdentifierTests",
59 "source_files": "Sources/KIF/IdentifierTests",
60 "public_header_files": "Sources/KIF/IdentifierTests/**/*.h",