[Add] GreenVideoSDK 2.0.13
[CocoaPods.git] / Specs / 4 / 0 / 7 / QwikHttp / 1.13.6 / QwikHttp.podspec.json
blob0079c99289d8330c1fc90a399ecdf4e7b988900e
2   "name": "QwikHttp",
3   "version": "1.13.6",
4   "summary": "QwikHTTP is a simple, super powerful Http Networking library.",
5   "description": "QwikHttp is based around that making HTTP networking calls to your Rest APIs should be quick,\neasy, and clean. Qwik Http allows you to send http requests and get its results back in a single line of code\nIt is super, light weight- but very dynamic. It uses an inline builder style syntax to keep your code super clean.\n\nIt is written in swift and uses the most recent ios networking api, NSURLSession.",
6   "homepage": "https://github.com/logansease/QwikHttp",
7   "license": "MIT",
8   "authors": {
9     "Logan Sease": "lsease@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/logansease/QwikHttp.git",
13     "tag": "1.13.6"
14   },
15   "social_media_url": "https://twitter.com/logansease",
16   "swift_versions": "5.0",
17   "platforms": {
18     "tvos": "13.0",
19     "ios": "13.0",
20     "osx": "10.13",
21     "watchos": "4.0"
22   },
23   "requires_arc": true,
24   "source_files": "QwikHttp/Classes/**/*",
25   "dependencies": {
26     "QwikJson": [
28     ]
29   },
30   "pod_target_xcconfig": {
31     "CODE_SIGN_IDENTITY[sdk=iphoneos*]": "",
32     "CODE_SIGNING_REQUIRED": "NO",
33     "CODE_SIGNING_ALLOWED": "NO",
34     "LD_RUNPATH_SEARCH_PATHS": "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"
35   },
36   "user_target_xcconfig": {
37     "CODE_SIGN_IDENTITY[sdk=iphoneos*]": "",
38     "CODE_SIGNING_REQUIRED": "NO",
39     "CODE_SIGNING_ALLOWED": "NO",
40     "LD_RUNPATH_SEARCH_PATHS": "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"
41   },
42   "swift_version": "5.0"