[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 5 / ASNet / 1.0 / ASNet.podspec.json
blobdc5204b813971f27e493c833600126dbbd70f04a
2   "name": "ASNet",
3   "version": "1.0",
4   "summary": "A swift-baked networking library wrapped over URLSession thingy.",
5   "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.",
6   "homepage": "https://github.com/ronstorm/ASNet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Amit Sen": "amit.ron.cse@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ronstorm/ASNet.git",
16     "tag": "1.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "11.0"
23   },
24   "source_files": "Source/*.swift",
25   "dependencies": {
26     "ObjectMapper": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0\n4.0"