[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.2 / URLMock.podspec.json
blob1bae18e6a2cd975110114f1eb900f722fe440c79
2   "name": "URLMock",
3   "version": "1.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.1",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/twotoasters/URLMock.git",
21     "tag": "1.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     "URLMock/Utilities/UMKMessageCountingProxy.{h,m}"
38   ],
39   "subspecs": [
40     {
41       "name": "TestHelpers",
42       "requires_arc": true,
43       "source_files": [
44         "URLMock/Utilities/UMKTestUtilities.{h,m}",
45         "URLMock/Utilities/UMKErrorUtilities.{h,m}",
46         "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
47         "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
48         "URLMock/Utilities/UMKParameterPair.{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   ]