[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 4 / StubKit / 0.1.5 / StubKit.podspec.json
blob3f5e385c2e3d720955f97db8d1e21c720ec09a68
2   "name": "StubKit",
3   "version": "0.1.5",
4   "summary": "Library for Swift mocks/stubs generation",
5   "swift_version": "4.2",
6   "description": "StubKit provides a set of functions that speed up a process of creation of Swift stubs/mocks. It's goal is to require minimal amount of developer's work in mock creation while  leveraging Swift's type system type integrity for safety without meta programming nor any code-generation.",
7   "homepage": "https://github.com/polac24/StubKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "polac24": "polac24@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/polac24/StubKit.git",
17     "tag": "0.1.5"
18   },
19   "social_media_url": "https://twitter.com/norapsi",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "StubKit/Classes/**/*",
24   "frameworks": "XCTest"