[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / e / 6 / Mocky / 0.0.2 / Mocky.podspec.json
blobeb51cd1e4f77ca0f00028a60e5455a046b25897d
2   "name": "Mocky",
3   "version": "0.0.2",
4   "summary": "Unit testing library for Swift",
5   "description": "Library that uses metaprogramming technique, to generate mocks based on sources, that makes testing for Swift Mockito-like.",
6   "homepage": "https://github.com/CurlyHeir/Mocky",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Przemysław Wośko": "przemyslaw.wosko@intive.com"
13   },
14   "source": {
15     "git": "https://github.com/CurlyHeir/Mocky.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Mocky/Classes/**/*",
22   "preserve_paths": "*",
23   "frameworks": "XCTest",
24   "dependencies": {
25     "Sourcery": [
27     ]
28   },
29   "pushed_with_swift_version": "3.0"