[Add] AgoraRtcEngine_Special_iOS 4.3.2.12.PARAL
[CocoaPods.git] / Specs / c / e / 6 / Mocky / 0.0.3 / Mocky.podspec.json
blob1cbb69659f77f494458f452d4abd0b94220c76d8
2   "name": "Mocky",
3   "version": "0.0.3",
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.3"
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"