[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / 8 / URLMock / 0.0.2 / URLMock.podspec.json
blob69210e5ab218b4c78983f0e78de34e4e8bc0eb03
2   "name": "URLMock",
3   "version": "0.0.2",
4   "summary": "A Cocoa framework for mocking URL requests and responses.",
5   "description": "                    A Cocoa framework for mocking URL requests and responses.\n\n                    This is a work in progress.\n\n                    All code is licensed under the MIT license. Do with it as you will.  \n",
6   "homepage": "https://github.com/prachigauriar/URLMock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Prachi Gauriar": "prachi@twotoasters.com"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/prachigauriar/URLMock.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "URLMock",
24     "URLMock/**/*.{h,m}"
25   ],
26   "exclude_files": "URLMock/Utilities/UMKTestUtilities.{h,m}",
27   "requires_arc": true