[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 5 / 6 / NSURLSession-Mock / 0.5.0 / NSURLSession-Mock.podspec.json
blob39ca52347dc489f8713a997aae8d358aa96e077e
2   "name": "NSURLSession-Mock",
3   "version": "0.5.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": "0.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "compiler_flags": "-Wall -Werror -Wextra",
23   "source_files": "Pod/Classes/**/*"