[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / 5 / b / 3 / KIF-Kiwi / 0.2.6 / KIF-Kiwi.podspec.json
blob478f6bbfc457a038bfac36c7242ee5bde58d09a9
2   "name": "KIF-Kiwi",
3   "version": "0.2.6",
4   "summary": "Enable Behaviour-Driven Integration Tests built on KIF using Kiwi syntax, supports Xcode 6.0",
5   "description": "Write Kiwi specs to drive KIF actor through user interface actions.\n\n* capture screenshots for failing tests\n* share common setup using spec context",
6   "homepage": "https://github.com/IndieGoGo/KIF-Kiwi",
7   "license": "MIT",
8   "authors": {
9     "Indiegogo": "tech+gogopair@indiegogo.com",
10     "Glen Tregoning": "glen+cocoapods@indiegogo.com"
11   },
12   "source": {
13     "git": "https://github.com/IndieGoGo/KIF-Kiwi.git",
14     "tag": "0.2.6"
15   },
16   "social_media_url": "https://twitter.com/IndieGoGo",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "dependencies": {
23     "Kiwi": [
24       "~> 2.0"
25     ],
26     "KIF": [
27       "~> 3.0"
28     ]
29   },
30   "frameworks": "XCTest"