[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / e / SwiftyMocky / 4.1.0 / SwiftyMocky.podspec.json
blob8ddea1b0db9ad0e32e8719583c4f5352844148d6
2   "name": "SwiftyMocky",
3   "version": "4.1.0",
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": "4.1.0"
19   },
20   "swift_versions": [
21     "4.2",
22     "5.0",
23     "5.1",
24     "5.1.2",
25     "5.2",
26     "5.3",
27     "5.4",
28     "5.5"
29   ],
30   "platforms": {
31     "ios": "9.0",
32     "tvos": "9.0",
33     "osx": "10.10"
34   },
35   "preserve_paths": "*",
36   "source_files": "Sources/{SwiftyMocky,Shared}/**/*.swift",
37   "resources": "{Sources/SwiftyMocky/Mock.swifttemplate}",
38   "frameworks": "Foundation",
39   "weak_frameworks": "XCTest",
40   "dependencies": {
41     "Sourcery": [
42       "1.6.0"
43     ]
44   },
45   "pod_target_xcconfig": {
46     "APPLICATION_EXTENSION_API_ONLY": "YES",
47     "ENABLE_BITCODE": "NO",
48     "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport -Xlinker -no_application_extension",
49     "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
50     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
51     "DEFINES_MODULE": "YES"
52   },
53   "user_target_xcconfig": {
54     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
55   },
56   "swift_version": "5.5"