[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / a / e / SwiftyMocky / 1.0.2 / SwiftyMocky.podspec.json
blobad83e7250e3a5a43707a2f0528d106be04560746
2   "name": "SwiftyMocky",
3   "version": "1.0.2",
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": "1.0.2"
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   ]