[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 5 / 7 / e / InstantMock / 1.1.5 / InstantMock.podspec.json
blob171f84bc727b98c1acd7297015b6e5f1752c50cb
2   "name": "InstantMock",
3   "version": "1.1.5",
4   "summary": "InstantMock makes it easy to create and use mocks in Swift 3",
5   "description": "InstantMock aims at creating mocks easily in Swift 3. 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",
13     "tag": "1.1.5"
14   },
15   "source_files": "Sources/**/*.{h,m,swift}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.0"
21   },
22   "frameworks": "XCTest",
23   "pushed_with_swift_version": "3.0"