[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.2.2 / URLMock.podspec.json
blobff633ac33518891625da5127d2e9f10fbca3d4db
2   "name": "URLMock",
3   "version": "1.2.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\n                   responses. It works with APIs built on the Foundation NSURL loading system—\n                   NSURLConnection, NSURLSession, and AFNetworking, for example—without any changes\n                   to your code.\n",
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": "6.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/twotoasters/URLMock.git",
21     "tag": "1.2.2"
22   },
23   "dependencies": {
24     "SOCKit": [
25       "~> 1.1"
26     ]
27   },
28   "source_files": [
29     "URLMock/URLMock.h",
30     "URLMock/Categories/NSURLRequest+UMKHTTPConvenienceMethods.{h,m}",
31     "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
32     "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
33     "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
34     "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
35     "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
36     "URLMock/Pattern-Matching Mock Requests/UMKPatternMatchingMockRequest.{h,m}"
37   ],
38   "subspecs": [
39     {
40       "name": "TestHelpers",
41       "requires_arc": true,
42       "source_files": [
43         "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
44         "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
45         "URLMock/Utilities/UMKErrorUtilities.{h,m}",
46         "URLMock/Utilities/UMKMessageCountingProxy.{h,m}",
47         "URLMock/Utilities/UMKParameterPair.{h,m}",
48         "URLMock/Utilities/UMKTestUtilities.{h,m}",
49         "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
50       ]
51     },
52     {
53       "name": "SubclassResponsibility",
54       "requires_arc": true,
55       "dependencies": {
56         "URLMock/TestHelpers": [
58         ]
59       },
60       "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"
61     }
62   ]