[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / a / d / NSNetworkingMocker / 0.1.0 / NSNetworkingMocker.podspec.json
blob768db5cf9923ca55ed45c4e5478644e37e039a04
2   "name": "NSNetworkingMocker",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "NSNetworkingMocker/Sources/**/*"