[Add] CZarSDK 1.1.9
[CocoaPods.git] / Specs / 8 / 0 / c / RaAPIWrapper / 1.2.4 / RaAPIWrapper.podspec.json
blobe3ed56393a3880720554f64c76ce300e87e0907e
2   "name": "RaAPIWrapper",
3   "version": "1.2.4",
4   "summary": "Makes it easier to define a network request.",
5   "description": "Use `@propertyWrapper to provide the necessary data for network requests in a more aggregated form.",
6   "homepage": "https://github.com/RakuyoKit/RaAPIWrapper",
7   "license": "MIT",
8   "authors": {
9     "Rakuyo": "rakuyo.mo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/RakuyoKit/RaAPIWrapper.git",
13     "tag": "1.2.4"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.14",
19     "tvos": "12.0",
20     "watchos": "5.0"
21   },
22   "swift_versions": [
23     "5"
24   ],
25   "module_name": "APIWrapper",
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*",
31       "resource_bundles": {
32         "RaAPIWrapper": [
33           "Sources/Core/PrivacyInfo.xcprivacy"
34         ]
35       }
36     },
37     {
38       "name": "AF",
39       "source_files": "Sources/Alamofire/*",
40       "dependencies": {
41         "RaAPIWrapper/Core": [
43         ],
44         "Alamofire": [
45           ">= 5.8.0",
46           "< 6.0.0"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5"