blob: 4b5cbe196170d7c10c5fbb339048af9b3d5228f4 [file] [log] [blame]
{
"name": "KiNetworking",
"version": "1.2.2",
"summary": "This library is a modern network layer built for high configuration + TDD. The library has the uasge of Alamofire, Promises and SwiftyJSON to make operations that help you go from API call to model directly.",
"swift_version": "5.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Kishimotovn/KiNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anh Phan Tran": "anh@thedistance.co.uk"
},
"source": {
"git": "https://github.com/Kishimotovn/KiNetworking.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"KiNetworking/Commons/*",
"KiNetworking/Protocols/*",
"KiNetworking/Implementations/*"
],
"dependencies": {
"Alamofire": [
],
"PromisesSwift": [
],
"SwiftyJSON": [
]
}
}