[Add] Fyber_FMPAdapter 8.3.4
[CocoaPods.git] / Specs / 7 / 5 / b / FGKit / 1.0.1 / FGKit.podspec.json
blob5ee6f54e77e2684954ad39f624bbba174d2d06eb
2   "name": "FGKit",
3   "version": "1.0.1",
4   "summary": "FGKit",
5   "homepage": "https://github.com/gabrielgvDOTcom/fgkit.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Gabriel Gárate Vivanco": "hola@gabrielgv.com"
12   },
13   "social_media_url": "https://twitter.com/gabrielgv",
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/gabrielgvDOTcom/fgkit.git",
21     "tag": "1.0.1",
22     "submodules": true
23   },
24   "resources": "FGKit/**/*.{strings,xcassets,xib,storyboard}",
25   "source_files": "FGKit/**/*.{h,swift}",
26   "static_framework": true,
27   "default_subspecs": "Core",
28   "dependencies": {
29     "Kingfisher": [
31     ],
32     "Alamofire": [
33       "~> 4.9.1"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Core"
39     },
40     {
41       "name": "SWRevealViewController",
42       "dependencies": {
43         "SWRevealViewController": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"