blob: 020d3c3dbd29a98334ffde68400a96948955d23d [file] [log] [blame]
{
"name": "Swifty",
"version": "1.2.1",
"summary": "Lightweight & Fast Network Abstraction Layer for iOS",
"description": "Swifty is a modern take on how iOS apps should do networking. It offers a declarative way to write your network requests and organise them, has features like Interceptors & Constraints to simplify common networking requirements, and is faster than 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.2.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "4.2",
"source_files": "Sources/**/*",
"swift_version": "4.2"
}