blob: f9f61046cc8f2344233e4e1c2f545de8fdec4c71 [file] [log] [blame]
{
"name": "NKNetworker",
"version": "0.1.2",
"summary": "Implementing REST API requests based on decoded types",
"description": "This template is designed to simplify and speed up the process of creating and processing REST API requests and responses with JSON body. Based on automatic generationof instances of types supporting Codable protocol",
"homepage": "https://github.com/nkopilovskii/NKNetworker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nkopilovskii": "nikolay.k@powercode.us"
},
"source": {
"git": "https://github.com/nkopilovskii/NKNetworker.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/MKopilovskii",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "NKNetworker/Classes/**/*",
"swift_version": "5.0"
}