blob: c9fceaae207d8d105ac11d0337ca06940d344ea4 [file] [log] [blame]
{
"name": "Cria",
"module_name": "Cria",
"version": "1.0.1",
"summary": "Cria is an elegant HTTP requests framework for Swift with ❤️ and Alamofire + Promise ☁️.",
"homepage": "https://github.com/Meniny/Cria",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meniny/Cria.git",
"tag": "1.0.1"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1",
"dependencies": {
"Oath": [
],
"Alamofire": [
"~> 4.7"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Cria/Core/**/*.swift"
}
]
}