[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / f / a / e / SwiftyMocky / 0.9.0 / SwiftyMocky.podspec.json
bloba75a22704b44a025e4976f34624601cea7855bfc
2   "name": "SwiftyMocky",
3   "version": "0.9.0",
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/MakeAWishFoundation/SwiftyMocky",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Przemysław Wośko": "przemyslaw.wosko@intive.com",
13     "Andrzej Michnia": "amichnia@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/MakeAWishFoundation/SwiftyMocky.git",
17     "tag": "0.9.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "preserve_paths": "*",
24   "pushed_with_swift_version": "3.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Classes/**/*",
29       "frameworks": "XCTest",
30       "dependencies": {
31         "Sourcery": [
33         ]
34       },
35       "xcconfig": {
36         "OTHER_SWIFT_FLAGS": "-DMocky"
37       }
38     }
39   ]