[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 4 / StubKit / 0.0.6 / StubKit.podspec.json
blob0c7f9ad200096eb610c21841810f3c361c807db9
2   "name": "StubKit",
3   "version": "0.0.6",
4   "summary": "Library for Swift mocks/stubs generation",
5   "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.",
6   "homepage": "https://github.com/polac24/StubKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "polac24": "polac24@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/polac24/StubKit.git",
16     "tag": "0.0.6"
17   },
18   "social_media_url": "https://twitter.com/norapsi",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "StubKit/Classes/**/*",
23   "frameworks": "XCTest",
24   "swift_version": "4.2"