[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / c / 4 / Lela / 0.2.1 / Lela.podspec.json
blobfa643a5e9878156b4354ec75a848a94a5658edbb
2   "name": "Lela",
3   "version": "0.2.1",
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.2.1"
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   ],
26   "libraries": [
27     "c++",
28     "stdc++"
29   ],
30   "requires_arc": true,
31   "default_subspecs": "XCTest",
32   "subspecs": [
33     {
34       "name": "OCUnit",
35       "source_files": "Lela/**/*.{h,m,mm}",
36       "dependencies": {
37         "KIF/OCUnit": [
38           "~> 3.0"
39         ]
40       },
41       "frameworks": "SenTestingKit",
42       "xcconfig": {
43         "OTHER_CFLAGS": "-DKIF_SENTEST"
44       }
45     },
46     {
47       "name": "XCTest",
48       "source_files": "Lela/**/*.{h,m,mm}",
49       "dependencies": {
50         "KIF/XCTest": [
51           "~> 3.0"
52         ]
53       },
54       "frameworks": "XCTest",
55       "xcconfig": {
56         "OTHER_CFLAGS": "-DKIF_XCTEST"
57       }
58     }
59   ]