[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 1.0 / URLMock.podspec.json
blob93778103fcfcfa4fb3f715f3d5cc4c3ae553b927
2   "name": "URLMock",
3   "version": "1.0",
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"
21   },
22   "source_files": [
23     "URLMock",
24     "URLMock/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "OCMock": [
28       "~> 2.0"
29     ]
30   },
31   "requires_arc": true