[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 5 / 6 / NSURLSession-Mock / 1.1.0 / NSURLSession-Mock.podspec.json
blob01f380a774f7333a4c8065ca2afe4e90f00bd90e
2   "name": "NSURLSession-Mock",
3   "version": "1.1.0",
4   "summary": "Stub responses from NSURLSession",
5   "description": "This pod will add methods to NSURLSession to help stubbing server responses, making functional testing simpler",
6   "homepage": "https://github.com/net-a-porter-mobile/NSURLSession-Mock",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam Dean": "sam.dean@net-a-porter.com"
13   },
14   "source": {
15     "git": "https://github.com/net-a-porter-mobile/NSURLSession-Mock.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "compiler_flags": "-Wall -Werror -Wextra",
23   "source_files": "Pod/Classes/**/*",
24   "pushed_with_swift_version": "3.0"