blob: 6ccdc2f5d574683710766c66b1bde9898c86eecb [file] [log] [blame]
{
"name": "Swifty",
"version": "1.1.0",
"summary": "Lightweight & Fast Network Abstraction Layer for iOS",
"description": "Swifty is a modern take on how iOS apps should do networking. Written in Swift, it offers a declarative way to write your network requests and organise them. It has features like Interceptors & Constraints to simplify common networking requirements of apps, and is faster that most exisiting networking libraries.",
"homepage": "https://github.com/Flipkart/Swifty",
"license": {
"type": "Apache, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Siddharth Gupta": "siddharth.gupta@flipkart.com"
},
"source": {
"git": "https://github.com/Flipkart/Swifty.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4"
}