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