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