blob: f52a0c5727ae2d6bd8e1d8d7eb63c9cb38aa9678 [file] [log] [blame]
{
"name": "Lela",
"version": "0.3.0",
"summary": "Provides perceptial difference screen testing within KIF.",
"homepage": "https://github.com/kif-framework/Lela/",
"license": "GPL 3.0",
"authors": {
"Brian Nickel": "brian.nickel@gmail.com"
},
"source": {
"git": "https://github.com/kif-framework/Lela.git",
"tag": "v0.3.0"
},
"platforms": {
"ios": "5.1"
},
"public_header_files": [
"Lela/Lela.h",
"Lela/KIFUITestActor+Lela.h"
],
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"XCTest"
],
"libraries": [
"c++",
"stdc++"
],
"requires_arc": true,
"source_files": "Lela/**/*.{h,m,mm}",
"dependencies": {
"KIF": [
"~> 3.3"
]
}
}