[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.0.1 / URLMock.podspec.json
blob0f744e444e9180596d435f8450eaefee12d60963
2   "name": "URLMock",
3   "version": "1.0.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     "Prachi Gauriar": "prachi@twotoasters.com"
8   },
9   "homepage": "https://github.com/prachigauriar/URLMock",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/prachigauriar/URLMock.git",
20     "tag": "1.0.1"
21   },
22   "source_files": [
23     "URLMock",
24     "URLMock/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "OCMock": [
28       "~> 2.0"
29     ]
30   },
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "TestHelpers",
35       "source_files": [
36         "URLMock/Utilities/UMKTestUtilities.{h,m}",
37         "URLMock/Utilities/UMKErrorUtilities.{h,m}",
38         "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
39         "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
40         "URLMock/Utilities/UMKParameterPair.{h,m}",
41         "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
42       ]
43     }
44   ]