blob: 7f90220033d617381ad3f2aec4d9bfadaf5fb403 [file] [log] [blame]
{
"name": "CodableNetworking",
"version": "0.1.0",
"summary": "Simple networking abstraction layer",
"description": "This pod is a derivative of delightful CodableStore library. It drops support for UserDefaults and focuses only on networking. It enables URLSession configuration if needed.",
"homepage": "https://github.com/jakubpetrik/CodableNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub PetrĂ­k": "https://github.com/jakubpetrik"
},
"source": {
"git": "https://github.com/jakubpetrik/CodableNetworking.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/odpadnem",
"platforms": {
"ios": "11.4"
},
"swift_versions": "5.0",
"source_files": "CodableNetworking/Classes/**/*",
"dependencies": {
"PromiseKit": [
"~> 6.8"
]
}
}