blob: bd06e7118d333071998ed9b7b5c5c3cbda4c4c2f [file] [log] [blame]
{
"name": "NetworkKit",
"version": "1.3.1",
"summary": "Lightweight Networking and Parsing framework made for iOS, Mac, WatchOS and tvOS",
"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.",
"homepage": "https://github.com/imex94/NetworkKit",
"license": "MIT",
"authors": {
"Alex Telek": "imex94@gmail.com"
},
"source": {
"git": "https://github.com/imex94/NetworkKit.git",
"tag": "1.3.1"
},
"social_media_url": "https://twitter.com/alexmtk",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "NetworkKit/*.swift"
}