[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 3 / KIF-Kiwi / 0.2.4 / KIF-Kiwi.podspec.json
blob97bba418cf823f28c4ab9f1858a8f72c0285ddb6
2   "name": "KIF-Kiwi",
3   "version": "0.2.4",
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\n",
6   "homepage": "https://github.com/IndieGoGo/KIF-Kiwi",
7   "license": "MIT",
8   "authors": {
9     "Indiegogo": "tech+gogopair@indiegogo.com",
10     "Paul Zabelin": "paul@indiegogo.com",
11     "Irvin Zhan": "irvintzhan@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/IndieGoGo/KIF-Kiwi.git",
15     "tag": "0.2.4"
16   },
17   "social_media_url": "https://twitter.com/IndieGoGo",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes",
23   "dependencies": {
24     "Kiwi": [
25       "~> 2.0"
26     ],
27     "KIF": [
28       "~> 3.0"
29     ]
30   },
31   "frameworks": "XCTest"