[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 6 / HTTPLite / 1.1.1 / HTTPLite.podspec.json
blob7883e4dfe826fb384f4aacf89b071837c734076a
2   "name": "HTTPLite",
3   "version": "1.1.1",
4   "summary": "A simple Swift 3.x wrapper for URLSession",
5   "description": "This library provides an easy entry to using HTTP with Swift 3. It is based on the philosophy of providing a simple API that avoids the overhead of using fully-fledged libraries.",
6   "homepage": "https://github.com/nawar/HTTPLite",
7   "license": "MIT",
8   "authors": {
9     "Nawar Nory": "nawar.a.nouri@gmail.com"
10   },
11   "social_media_url": "http://linkedin.com/profile/in/nnory",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/nawar/HTTPLite.git",
17     "tag": "v1.1.1"
18   },
19   "source_files": "Classes",
20   "exclude_files": "Classes/*.h",
21   "pushed_with_swift_version": "3.0"