[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / e / MockoloFramework / 1.1.2 / MockoloFramework.podspec.json
blob3f0d3e03fb5d391d8ceabe988b579fa534d0fcf0
2   "name": "MockoloFramework",
3   "version": "1.1.2",
4   "summary": "Efficient Mock Generator for Swift",
5   "description": "MockoloFramework provides a fast and easy way to autogenerate mock objects that can be tested in your code. It is optimized for efficiency and speed and supports both SourceKit and SwiftSyntax for source file parsing. Try MockoloFramework and enhance your project test coverage in an effective, performant way.",
6   "homepage": "https://github.com/uber/mockolo",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Ellie Shin": "ellie@uber.com"
13   },
14   "social_media_url": "https://twitter.com/ellsk1",
15   "platforms": {
16     "osx": "10.14"
17   },
18   "swift_versions": "5.1",
19   "dependencies": {
20     "SourceKittenFramework": [
21       "~>0.26.0"
22     ]
23   },
24   "source": {
25     "git": "https://github.com/uber/mockolo.git",
26     "tag": "1.1.2"
27   },
28   "source_files": "Sources/MockoloFramework/**/*.swift",
29   "exclude_files": "Sources/MockoloFramework/Parsers/ViaSwiftSyntax/**/*.swift",
30   "swift_version": "5.1"