[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.3.2 / URLMock.podspec.json
blobe2715bee3465c1b0b24f7056194fb58f8862900d
2   "name": "URLMock",
3   "version": "1.3.2",
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     "Two Toasters": "general@twotoasters.com"
8   },
9   "homepage": "https://github.com/twotoasters/URLMock",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/twotoasters/URLMock.git",
21     "tag": "1.3.2"
22   },
23   "source_files": [
24     "URLMock/URLMock.h",
25     "URLMock/Categories/NSURLRequest+UMKHTTPConvenienceMethods.{h,m}",
26     "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
27     "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
28     "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
29     "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
30     "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
31     "URLMock/Pattern-Matching Mock Requests/UMKPatternMatchingMockRequest.{h,m}"
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "dependencies": {
37         "SOCKit": [
38           "~> 1.1"
39         ]
40       }
41     },
42     {
43       "name": "TestHelpers",
44       "source_files": [
45         "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
46         "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
47         "URLMock/Utilities/UMKErrorUtilities.{h,m}",
48         "URLMock/Utilities/UMKMessageCountingProxy.{h,m}",
49         "URLMock/Utilities/UMKParameterPair.{h,m}",
50         "URLMock/Utilities/UMKTestUtilities.{h,m}",
51         "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
52       ]
53     },
54     {
55       "name": "SubclassResponsibility",
56       "dependencies": {
57         "URLMock/TestHelpers": [
59         ]
60       },
61       "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"
62     }
63   ]