[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 2 / SwiftyRequest / 1.1.2 / SwiftyRequest.podspec.json
blob85cc17be95f2a671d68f9e8a8a9fc1b81f649056
2   "name": "SwiftyRequest",
3   "version": "1.1.2",
4   "summary": "SwiftyRequest is an HTTP networking library built for Swift.",
5   "homepage": "https://github.com/IBM-Swift/SwiftyRequest",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM",
10   "module_name": "SwiftyRequest",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/IBM-Swift/SwiftyRequest.git",
17     "tag": "1.1.2"
18   },
19   "source_files": "Sources/SwiftyRequest/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.0.3"
22   },
23   "dependencies": {
24     "CircuitBreakerSwift": [
26     ]
27   }