[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / a / d / NSNetworkingMocker / 0.1.1 / NSNetworkingMocker.podspec.json
blob197214f9f3bcd89c09d7dcaa74bd319286012880
2   "name": "NSNetworkingMocker",
3   "version": "0.1.1",
4   "summary": "A mocker for help writing tests for network code, or to create a mock api",
5   "description": "NSNetworkingMocker is a simple library to provide an easy way to mock network requests for unit tests, and provide an easy way to mock APIs while early in development.",
6   "homepage": "https://github.com/netsells/NSNetworkingMocker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ABTucanae": "tucanae@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/netsells/NSNetworkingMocker.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Sources/*/**/*"