[Add] CZarSDK 1.1.9
[CocoaPods.git] / Specs / 8 / 0 / c / RaAPIWrapper / 1.0.1 / RaAPIWrapper.podspec.json
blob36ab1a8d664ab292112c17a062ad28508895cb8c
2   "name": "RaAPIWrapper",
3   "version": "1.0.1",
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/rakuyoMo/RaAPIWrapper",
7   "license": "MIT",
8   "authors": {
9     "Rakuyo": "rakuyo.mo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rakuyoMo/RaAPIWrapper.git",
13     "tag": "1.0.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13",
19     "tvos": "11.0",
20     "watchos": "4.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     },
32     {
33       "name": "AF",
34       "source_files": "Sources/Alamofire/*",
35       "dependencies": {
36         "RaAPIWrapper/Core": [
38         ],
39         "Alamofire": [
40           "~> 5.0"
41         ]
42       }
43     }
44   ],
45   "swift_version": "5"