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