[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / d / 1 / Robot / 0.0.1 / Robot.podspec.json
blobe6c5fd6bfa2c16e452b3bac2c1e5933884672d35
2   "name": "Robot",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": [
22     "Robot",
23     "Robot/**/*.{h,m}"
24   ],
25   "public_header_files": "Robot/Public/**/*.h",
26   "requires_arc": true