blob: 5ee6f54e77e2684954ad39f624bbba174d2d06eb [file] [log] [blame]
{
"name": "FGKit",
"version": "1.0.1",
"summary": "FGKit",
"homepage": "https://github.com/gabrielgvDOTcom/fgkit.git",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Gabriel Gárate Vivanco": "hola@gabrielgv.com"
},
"social_media_url": "https://twitter.com/gabrielgv",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gabrielgvDOTcom/fgkit.git",
"tag": "1.0.1",
"submodules": true
},
"resources": "FGKit/**/*.{strings,xcassets,xib,storyboard}",
"source_files": "FGKit/**/*.{h,swift}",
"static_framework": true,
"default_subspecs": "Core",
"dependencies": {
"Kingfisher": [
],
"Alamofire": [
"~> 4.9.1"
]
},
"subspecs": [
{
"name": "Core"
},
{
"name": "SWRevealViewController",
"dependencies": {
"SWRevealViewController": [
]
}
}
],
"swift_version": "5.0"
}