[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.3.3 / URLMock.podspec.json
blob099e347994bd182256385ba393dda411c432b118
2   "name": "URLMock",
3   "version": "1.3.3",
4   "summary": "A Cocoa framework for mocking and stubbing URL requests and responses.",
5   "description": "URLMock is an Objective-C framework for mocking and stubbing URL requests and\nresponses. It works with APIs built on the Foundation NSURL loading system—\nNSURLConnection, NSURLSession, and AFNetworking, for example—without any changes\nto your code.",
6   "authors": {
7     "Prachi Gauriar": "prachi_github@quantumlenscap.com"
8   },
9   "homepage": "https://github.com/prachigauriar/URLMock",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "tvos": "9.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/prachigauriar/URLMock.git",
22     "tag": "1.3.3"
23   },
24   "source_files": [
25     "URLMock/URLMock.h",
26     "URLMock/Categories/NSURLRequest+UMKHTTPConvenienceMethods.{h,m}",
27     "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
28     "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
29     "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
30     "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
31     "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
32     "URLMock/Pattern-Matching Mock Requests/UMKPatternMatchingMockRequest.{h,m}"
33   ],
34   "subspecs": [
35     {
36       "name": "Core",
37       "dependencies": {
38         "SOCKit": [
39           "~> 1.1"
40         ]
41       }
42     },
43     {
44       "name": "TestHelpers",
45       "source_files": [
46         "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
47         "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
48         "URLMock/Utilities/UMKErrorUtilities.{h,m}",
49         "URLMock/Utilities/UMKMessageCountingProxy.{h,m}",
50         "URLMock/Utilities/UMKParameterPair.{h,m}",
51         "URLMock/Utilities/UMKTestUtilities.{h,m}",
52         "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
53       ]
54     },
55     {
56       "name": "SubclassResponsibility",
57       "dependencies": {
58         "URLMock/TestHelpers": [
60         ]
61       },
62       "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"
63     }
64   ]