blob: 2ea2e126d2d6855f09a952747b931fdc75f3672f [file] [log] [blame]
{
"name": "ASNet",
"version": "0.1.0",
"summary": "A swift-baked networking library wrapped over NSURLSession thingy.",
"description": "A Swift-Baked lightweight network library in addition with the json parsing facility with the help of ObjectMapper. It frees you from the stress of json parsing - Every API call returns you an object or an array of objects. Less Coding - More Efficiency. Happy coding.",
"homepage": "https://github.com/ronstorm/ASNet",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Amit Sen": "amit.ron.cse@gmail.com"
},
"source": {
"git": "https://github.com/ronstorm/ASNet.git",
"commit": "a5542e197fc0b98dc1e3f872fcf7cec94802342b"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "ASNet/ASNetPod/**/*",
"dependencies": {
"ObjectMapper": [
]
},
"pushed_with_swift_version": "3.0\n4.0"
}