blob: f829c7bfd683b59be9745fc5ba158603799b310a [file] [log] [blame]
{
"name": "Swifty",
"version": "0.9.2",
"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",
"file": "LICENSE"
},
"authors": {
"Siddharth Gupta": "siddharth.gupta@flipkart.com"
},
"source": {
"git": "https://github.com/Flipkart/Swifty.git",
"tag": "0.9.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Swifty/Classes/**/*",
"pushed_with_swift_version": "3.2"
}