[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / c / e / 6 / Mocky / 0.0.1 / Mocky.podspec.json
bloba7c6c6338d197a6ff7c31665c3eb3537c04000bd
2   "name": "Mocky",
3   "version": "0.0.1",
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.1"
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"