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