[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 1 / c / 4 / Lela / 0.3.0 / Lela.podspec.json
blobf52a0c5727ae2d6bd8e1d8d7eb63c9cb38aa9678
2   "name": "Lela",
3   "version": "0.3.0",
4   "summary": "Provides perceptial difference screen testing within KIF.",
5   "homepage": "https://github.com/kif-framework/Lela/",
6   "license": "GPL 3.0",
7   "authors": {
8     "Brian Nickel": "brian.nickel@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kif-framework/Lela.git",
12     "tag": "v0.3.0"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "public_header_files": [
18     "Lela/Lela.h",
19     "Lela/KIFUITestActor+Lela.h"
20   ],
21   "frameworks": [
22     "UIKit",
23     "QuartzCore",
24     "CoreGraphics",
25     "XCTest"
26   ],
27   "libraries": [
28     "c++",
29     "stdc++"
30   ],
31   "requires_arc": true,
32   "source_files": "Lela/**/*.{h,m,mm}",
33   "dependencies": {
34     "KIF": [
35       "~> 3.3"
36     ]
37   }