blob: 107c672ca663dc3acf5e2373e2b7a68dc5ff0e64 [file] [log] [blame]
{
"name": "KIF",
"version": "3.0.8",
"summary": "Keep It Functional - iOS UI acceptance testing in an XCUnit harness.",
"homepage": "https://github.com/kif-framework/KIF/",
"license": "Apache 2.0",
"authors": [
"Eric Firestone",
"Jim Puls",
"Brian Nickel"
],
"source": {
"git": "https://github.com/kif-framework/KIF.git",
"tag": "v3.0.8"
},
"platforms": {
"ios": "5.1"
},
"frameworks": "CoreGraphics",
"default_subspecs": "XCTest",
"requires_arc": true,
"prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
"subspecs": [
{
"name": "XCTest",
"source_files": [
"Classes",
"Additions"
],
"exclude_files": "Additions/SenTestCase-KIFAdditions.{h,m}",
"public_header_files": [
"Classes/**/*.h",
"Additions/**/*-KIFAdditions.h"
],
"frameworks": "XCTest",
"compiler_flags": "-DKIF_XCTEST",
"xcconfig": {
"OTHER_CFLAGS": "-DKIF_XCTEST",
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"requires_arc": true
},
{
"name": "OCUnit",
"source_files": [
"Classes",
"Additions"
],
"exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
"public_header_files": [
"Classes/**/*.h",
"Additions/**/*-KIFAdditions.h"
],
"frameworks": "SenTestingKit",
"compiler_flags": "-DKIF_SENTEST",
"xcconfig": {
"OTHER_CFLAGS": "-DKIF_SENTEST"
},
"requires_arc": true
}
]
}