[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 0 / 1 / NetworkKit / 1.3.2 / NetworkKit.podspec.json
blob1e57e6624b500a7f30fb7d2baa42c800e10eef93
2   "name": "NetworkKit",
3   "version": "1.3.2",
4   "summary": "Lightweight Networking and Parsing framework made for iOS, Mac, WatchOS and tvOS",
5   "description": "A lightweight iOS, Mac and Watch OS framework that makes networking and parsing super simple. Uses the open-sourced JSONHelper with functional parsing. For networking the library supports basic GET, POST, DELETE HTTP requests.",
6   "homepage": "https://github.com/imex94/NetworkKit",
7   "license": "MIT",
8   "authors": {
9     "Alex Telek": "imex94@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/imex94/NetworkKit.git",
13     "tag": "1.3.2"
14   },
15   "social_media_url": "https://twitter.com/alexmtk",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": "NetworkKit/*.swift"