[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 5 / 2 / 8 / FunAlamofire / 1.0.5 / FunAlamofire.podspec.json
blob242ad878dc76eaa502e9aa85adfbf5f3d7699f71
2   "name": "FunAlamofire",
3   "version": "1.0.5",
4   "summary": "基于FunBox的Alamofire",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/choarkinphe/FunBox",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "choarkinphe": "choarkinphe@outlook.com"
14   },
15   "source": {
16     "git": "https://github.com/choarkinphe/FunBox.git",
17     "tag": "1.0.5"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/FunAlamofire/Core/**/*",
27       "dependencies": {
28         "Alamofire": [
29           "~> 5.0"
30         ],
31         "FunBox/Core": [
32           "~> 1.0.3"
33         ]
34       },
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "HandyJSON",
39       "source_files": "Sources/FunAlamofire/HandyJSON/**/*",
40       "dependencies": {
41         "HandyJSON": [
43         ],
44         "FunAlamofire/Core": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"