summaryrefslogtreecommitdiff
path: root/test/ios/OHHTTPStubs/Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/OHHTTPStubs/Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json')
-rw-r--r--test/ios/OHHTTPStubs/Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/ios/OHHTTPStubs/Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json b/test/ios/OHHTTPStubs/Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json
new file mode 100644
index 0000000000..3be5f2250f
--- /dev/null
+++ b/test/ios/OHHTTPStubs/Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json
@@ -0,0 +1,26 @@
+{
+ "name": "OHHTTPStubs",
+ "version": "4.0.1",
+ "summary": "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest.",
+ "description": "A class to stub network requests easily:\n\n * Test your apps with fake network data (stubbed from file)\n * You can also customize your response headers and status code\n * Use customized stubs depending on the requests\n * Use custom response time to simulate slow network.\n * This works with any request (HTTP, HTTPS, or any protocol) sent using\n the iOS URL Loading System (NSURLConnection, NSURLSession, AFNetworking, …)\n * This is really useful in unit testing, when you need to test network features\n but don't want to hit the real network and fake some response data instead.\n * Has useful convenience methods to stub JSON content or fixture from a file\n * Compatible with Swift\n",
+ "homepage": "https://github.com/AliSoftware/OHHTTPStubs",
+ "license": "MIT",
+ "authors": {
+ "Olivier Halligon": "olivier.halligon+ae@gmail.com"
+ },
+ "source": {
+ "git": "https://github.com/AliSoftware/OHHTTPStubs.git",
+ "tag": "4.0.1"
+ },
+ "source_files": "OHHTTPStubs/Sources/*.{h,m}",
+ "public_header_files": "OHHTTPStubs/Sources/*.h",
+ "frameworks": [
+ "Foundation",
+ "CFNetwork"
+ ],
+ "requires_arc": true,
+ "platforms": {
+ "ios": "5.0",
+ "osx": "10.7"
+ }
+}