[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 8 / b / OHHTTPStubs / 3.1.10 / OHHTTPStubs.podspec.json
blob0da482f6137027398f08b31212a6ec610e67247e
2   "name": "OHHTTPStubs",
3   "version": "3.1.10",
4   "summary": "Stubbing framework for network requests.",
5   "description": "A class to stub network requests easily:\n\n * Test your apps with fake network data (stubbed from file)\n * Use customized stubs depending on the requests\n * Use custom response time to simulate slow network.\n",
6   "homepage": "https://github.com/AliSoftware/OHHTTPStubs",
7   "license": "MIT",
8   "authors": {
9     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AliSoftware/OHHTTPStubs.git",
13     "tag": "3.1.10"
14   },
15   "default_subspecs": "Core",
16   "frameworks": [
17     "Foundation",
18     "CFNetwork"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7"
24   },
25   "xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "XCODE_VERSION=$(XCODE_VERSION_MAJOR)"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "OHHTTPStubs/Sources/*.{h,m}",
32       "public_header_files": "OHHTTPStubs/Sources/*.h"
33     },
34     {
35       "name": "XCTestExpectation",
36       "source_files": "OHHTTPStubs/XCTestExpectation+Xcode5/*.{h,m}",
37       "public_header_files": "OHHTTPStubs/XCTestExpectation+Xcode5/*.h",
38       "frameworks": "XCTest"
39     }
40   ]