blob: ee8db69ac00b7ff4565f1a4b8487791981eb49ec [file] [log] [blame]
{
"name": "CodableNetworking",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/odpadnem",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "CodableNetworking/Classes/**/*",
"dependencies": {
"PromiseKit": [
"~> 6.8"
]
}
}