blob: 4563804d38365269cd47252dcd04e8f8f9f9bfa2 [file] [log] [blame]
{
"name": "Swifty",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*"
}