blob: 8ecd577abf680858c291bb314a1b54694b394a96 [file] [log] [blame]
{
"name": "Swifty",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "5",
"source_files": "Sources/**/*",
"swift_version": "5"
}