blob: 387491b8ed2740ccbfc6a83ce3a7e3f7e639d828 [file] [log] [blame]
{
"name": "Flare",
"version": "1.0.4",
"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.4"
},
"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"
}