blob: 76ebc1df8f870b90d10d71ec00ccc75495c8b31d [file] [log] [blame]
{
"name": "KIF",
"version": "3.7.3",
"summary": "Keep It Functional - iOS UI acceptance testing in an XCUnit harness.",
"homepage": "https://github.com/kif-framework/KIF/",
"license": "Apache 2.0",
"authors": [
"Michael Thole",
"Eric Firestone",
"Jim Puls",
"Brian Nickel"
],
"source": {
"git": "https://github.com/kif-framework/KIF.git",
"tag": "v3.7.3"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CoreGraphics",
"QuartzCore",
"IOKit",
"XCTest"
],
"default_subspecs": "Core",
"requires_arc": true,
"prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Classes",
"Additions"
],
"public_header_files": [
"Classes/**/*.h",
"Additions/**/*{-,+}KIFAdditions.h",
"Additions/UIView-Debugging.h"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"requires_arc": true
},
{
"name": "IdentifierTests",
"dependencies": {
"KIF/Core": [
]
},
"source_files": "IdentifierTests",
"public_header_files": "IdentifierTests/**/*.h",
"requires_arc": true
}
]
}