[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / f / a / e / SwiftyMocky / 2.0.0 / SwiftyMocky.podspec.json
blob40d006e44bf93c8141229f767bea9cd611e954c5
2   "name": "SwiftyMocky",
3   "version": "2.0.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": "2.0.0"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.9"
24   },
25   "default_subspecs": "Core",
26   "preserve_paths": "*",
27   "pushed_with_swift_version": "3.1",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/Classes/**/*",
32       "resources": "{Sources/Templates/*,get_sourcery.sh}",
33       "xcconfig": {
34         "OTHER_SWIFT_FLAGS": "-DMocky"
35       },
36       "frameworks": "Foundation",
37       "dependencies": {
38         "Sourcery": [
40         ]
41       }
42     },
43     {
44       "name": "Custom",
45       "source_files": "Sources/Classes/**/*",
46       "resources": "{Sources/Templates/*,get_sourcery.sh}",
47       "xcconfig": {
48         "OTHER_SWIFT_FLAGS": "-DMockyCustom"
49       },
50       "frameworks": "Foundation",
51       "dependencies": {
52         "Sourcery": [
54         ]
55       }
56     }
57   ]