[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / a / 6 / TBKNetworking / 0.2.1 / TBKNetworking.podspec.json
blob50a4f8dce0f158e4e152bab8a2d5b4da870a3007
2   "name": "TBKNetworking",
3   "version": "0.2.1",
4   "summary": "A lightweight generic networking API written purely in Swift.",
5   "description": "SwiftyNetworking library is a generic networking library written in Swift that provides a protocol-oriented approach to load requests. It provides a protocol Endpoint to parse networking requests in a generic and type-safe way.",
6   "homepage": "https://github.com/the-braveknight/SwiftyNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "the-braveknight": "zaid.riadh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/the-braveknight/SwiftyNetworking.git",
16     "tag": "0.2.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12"
22   },
23   "source_files": "Sources/**/*",
24   "swift_version": "5.0"