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