blob: c809514e8eee16c94ca37fb38250bd5672119a50 [file] [log] [blame]
{
"name": "Flare",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"default_subspecs": "All",
"frameworks": "Foundation",
"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"
]
}
}
],
"swift_version": "5.0"
}