[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 5 / ASNet / 0.1.5 / ASNet.podspec.json
blob7ac606752774dbad4e0f89f4c26aaf8deefa5a7c
2   "name": "ASNet",
3   "version": "0.1.5",
4   "summary": "A swift-baked networking library wrapped over NSURLSession 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     "commit": "3cabe0688da60f614e59e9f657b453ccb40659eb",
17     "tag": "0.1.5"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.0"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "source_files": "Source/*.swift",
26   "dependencies": {
27     "ObjectMapper": [
29     ]
30   },
31   "pushed_with_swift_version": "3.0\n4.0"