[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / a / e / SwiftyMocky / 3.3.4 / SwiftyMocky.podspec.json
blob7bd9c5cb50930a46e36c821e88b0a431ec786078
2   "name": "SwiftyMocky",
3   "version": "3.3.4",
4   "summary": "Unit testing library for Swift, with mock generation. Adds a set of handy methods, simplifying testing.",
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/1.0.0/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": "3.3.4"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "default_subspecs": "Core",
26   "preserve_paths": "*",
27   "swift_versions": "4.2",
28   "swift_version": "4.2",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Classes/**/*",
33       "resources": "{Sources/Templates/Mock.swifttemplate,get_sourcery.sh}",
34       "xcconfig": {
35         "OTHER_SWIFT_FLAGS": "-DMocky"
36       },
37       "frameworks": "Foundation",
38       "weak_frameworks": "XCTest",
39       "dependencies": {
40         "Sourcery": [
41           ">= 0.16"
42         ]
43       },
44       "pod_target_xcconfig": {
45         "APPLICATION_EXTENSION_API_ONLY": "YES",
46         "ENABLE_BITCODE": "NO",
47         "OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension",
48         "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
49         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
50         "DEFINES_MODULE": "YES"
51       },
52       "user_target_xcconfig": {
53         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
54       }
55     },
56     {
57       "name": "Prototyping",
58       "source_files": "Sources/Classes/**/*",
59       "resources": "{Sources/Templates/Mock.swifttemplate,get_sourcery.sh}",
60       "xcconfig": {
61         "OTHER_SWIFT_FLAGS": "-DMockyCustom"
62       },
63       "frameworks": "Foundation",
64       "dependencies": {
65         "Sourcery": [
67         ]
68       }
69     }
70   ]