[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / e / 6 / Mocky / 0.0.4 / Mocky.podspec.json
blobc9e6f2262928816d64ce4a8fb86bff267635355e
2   "name": "Mocky",
3   "version": "0.0.4",
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.4"
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.1"