[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 1 / Robot / 0.0.2 / Robot.podspec.json
blob76b4cea3a4ee73c32a70979c2fe26f28f63dcde3
2   "name": "Robot",
3   "version": "0.0.2",
4   "summary": "An experimental reliable, fast UIKit test driver",
5   "description": "\t\t\tAn integration test library on UIKit. Easily emulate high-level user interaction through UIKit.\n\n\t\t\tUnlike KIF, this does not aim to perfectly emulate how users interact with the system. \n\t\t\tInstead, trying to replicate the same behavior while minimizing the overhead of \n\t\t\ttime-based operations. A perfect example is disabling animations to speed up running of tests.\n\n\t\t\tAlso unlike KIF, Robot does not aim to be a full integration testing solution. Rather, it \n\t\t\trelies on other testing frameworks to do assertion and running. Besides XCTest, there are \n\t\t\tsome popular BDD frameworks:\n\n\t\t\t\t*Cedar\n\t\t\t\t*Specta / Expecta\n\t\t\t\t*Kiwi\n",
6   "homepage": "https://github.com/jeffh/Robot",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Hui": "jeff@jeffhui.net"
13   },
14   "platforms": {
15     "ios": "7.1"
16   },
17   "source": {
18     "git": "https://github.com/jeffh/robot.git",
19     "tag": "v0.0.2"
20   },
21   "source_files": [
22     "Robot",
23     "Robot/**/*.{h,m}"
24   ],
25   "public_header_files": "Robot/Public/**/*.h",
26   "requires_arc": true