blob: b595040c924bf0fbc56713cc4785fbdec38485b0 [file] [log] [blame]
{
"name": "ASNet",
"version": "0.1.1",
"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",
"tag": "0.1.1"
},
"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"
}