[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 3 / a / PRETestHelper / 0.0.1 / PRETestHelper.podspec.json
blobfd3f5302c4e33cccc0b565598623d848e6028538
2   "name": "PRETestHelper",
3   "version": "0.0.1",
4   "summary": "Collection of Objective-C categories trying to simplify writing tests for iOS.",
5   "homepage": "https://github.com/pres/PRETestHelper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Paul Steinhilber": "me@paulsteinhilber.de"
12   },
13   "source": {
14     "git": "https://github.com/pres/PRETestHelper.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "PRETestHelper",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "XCTest",
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "FBSnapshotTestCase": [
30     ]
31   },
32   "pushed_with_swift_version": "3.0"