[Add] ikame_ios_sdk 1.0.417
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.1.1 / URLMock.podspec.json
blob3b4b49a0abc53dc51f13d242b32ad287894609fe
2   "name": "URLMock",
3   "version": "1.1.1",
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   "dependencies": {
20     "OCMock": [
21       "~> 2.0"
22     ]
23   },
24   "source": {
25     "git": "https://github.com/twotoasters/URLMock.git",
26     "tag": "1.1.1"
27   },
28   "source_files": [
29     "URLMock/URLMock.h",
30     "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
31     "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
32     "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
33     "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
34     "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
35     "URLMock/Utilities/UMKMessageCountingProxy.{h,m}"
36   ],
37   "subspecs": [
38     {
39       "name": "TestHelpers",
40       "source_files": [
41         "URLMock/Utilities/UMKTestUtilities.{h,m}",
42         "URLMock/Utilities/UMKErrorUtilities.{h,m}",
43         "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
44         "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
45         "URLMock/Utilities/UMKParameterPair.{h,m}",
46         "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
47       ]
48     },
49     {
50       "name": "SubclassResponsibility",
51       "dependencies": {
52         "URLMock/TestHelpers": [
54         ]
55       },
56       "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"
57     }
58   ]