blob: 4fad952945e84255e3b6b605c591920b72c6230a [file] [log] [blame]
{
"name": "Flare",
"version": "1.0.1",
"summary": "Some swift extension for myself.",
"homepage": "https://github.com/GPX-NSlog/Flare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gpx": "gpxnslog@gmail.com"
},
"source": {
"git": "https://github.com/GPX-NSlog/Flare.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"default_subspecs": "All",
"frameworks": "Foundation",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"source_files": "Flare/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Hue": [
"~> 5.0.0"
],
"HandyJSON": [
"~> 5.0.0"
],
"Moya": [
"~> 13.0.1"
]
}
},
{
"name": "Net",
"source_files": "Flare/Net/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"HandyJSON": [
"~> 5.0.0"
],
"Moya": [
"~> 13.0.1"
]
}
},
{
"name": "UI",
"source_files": "Flare/UI/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Hue": [
"~> 5.0.0"
]
}
}
]
}