[Add] KGoogleMap 0.1.5
[CocoaPods.git] / Specs / 8 / 0 / c / RaAPIWrapper / 1.2.2 / RaAPIWrapper.podspec.json
blob1f1fe611dcad1e1bb9a963d95d7be6cba83ab656
2   "name": "RaAPIWrapper",
3   "version": "1.2.2",
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.2"
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         ]
47       }
48     }
49   ],
50   "swift_version": "5"