blob: 537b783fea29e672e8c35c2a316afba9ad27d9a6 [file] [log] [blame]
{
"name": "Fire",
"version": "3.3.5",
"summary": "A delightful HTTP/HTTPS networking framework written in Swift",
"description": "Fire is a delightful HTTP/HTTPS networking framework for iOS/macOS/watchOS/tvOS platform written in Swift.",
"homepage": "https://github.com/Meniny/Fire",
"license": "MIT",
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/Fire.git",
"tag": "3.3.5"
},
"social_media_url": "https://meniny.cn/",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5"
},
"swift_versions": "5",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Fire/**/*{.h,.swift}",
"public_header_files": "Fire/**/*{.h}",
"frameworks": "Foundation",
"dependencies": {
"Jsonify": [
]
}
}