[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 3 / KIF-Kiwi / 1.0 / KIF-Kiwi.podspec.json
blob691cb5a0db1d42908e875ceaaf5ea0879e90d3a2
2   "name": "KIF-Kiwi",
3   "version": "1.0",
4   "summary": "Enable Behaviour-Driven Integration Tests built on KIF using Kiwi syntax",
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/paulz/KIF-Kiwi",
7   "license": "MIT",
8   "authors": {
9     "Paul Zabelin": "https://github.com/paulz"
10   },
11   "source": {
12     "git": "https://github.com/paulz/KIF-Kiwi.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/iospaulz",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "dependencies": {
22     "Kiwi": [
23       "~> 3.0"
24     ],
25     "KIF": [
26       "~> 3.0"
27     ]
28   },
29   "frameworks": "XCTest"