[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 7 / e / InstantMock / 2.5.4 / InstantMock.podspec.json
blob8480529567977ae8fc762e34b2630ccd91d54d3e
2   "name": "InstantMock",
3   "version": "2.5.4",
4   "summary": "InstantMock makes it easy to create and use mocks in Swift",
5   "description": "InstantMock aims at creating mocks easily in Swift. It provides a simple\nway to mock, stub and verify expectations.",
6   "homepage": "https://github.com/pirishd/InstantMock",
7   "license": "MIT",
8   "authors": {
9     "Patrick Irlande (pirishd)": "pirishd@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/pirishd/InstantMock.git",
13     "tag": "2.5.4"
14   },
15   "source_files": "Sources/**/*.{h,m,swift}",
16   "requires_arc": true,
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "frameworks": "XCTest",
24   "swift_version": "5.0"