blob: 7da62be41894d79736b6bdc571145f9f76a46104 [file] [log] [blame]
{
"name": "Ghost",
"version": "1.3.0",
"summary": "Versatile HTTP networking framework written in Swift.",
"homepage": "https://github.com/Meniny/Ghost",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/Ghost.git",
"tag": "1.3.0"
},
"social_media_url": "https://meniny.cn",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"frameworks": "Foundation",
"module_name": "Ghost",
"default_subspecs": [
"Core",
"URLSession",
"Hunter"
],
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "Ghost/Core/*.{h,swift}"
},
{
"name": "URLSession",
"dependencies": {
"Ghost/Core": [
]
},
"source_files": "Ghost/URLSession/*.{h,swift}"
},
{
"name": "Hunter",
"dependencies": {
"Ghost/Core": [
],
"Ghost/URLSession": [
]
},
"source_files": "Ghost/Hunter/*.{h,swift}"
}
]
}