[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / 2 / Swifty / 1.1.0 / Swifty.podspec.json
blob6ccdc2f5d574683710766c66b1bde9898c86eecb
2   "name": "Swifty",
3   "version": "1.1.0",
4   "summary": "Lightweight & Fast Network Abstraction Layer for iOS",
5   "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.",
6   "homepage": "https://github.com/Flipkart/Swifty",
7   "license": {
8     "type": "Apache, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Siddharth Gupta": "siddharth.gupta@flipkart.com"
13   },
14   "source": {
15     "git": "https://github.com/Flipkart/Swifty.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Sources/**/*",
25   "pushed_with_swift_version": "4"