[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 9 / b / 5 / ASNet / 0.1.4 / ASNet.podspec.json
blobfba8b0ced5652273bc098c4fb9e9089c6d36f5dc
2   "name": "ASNet",
3   "version": "0.1.4",
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.4"
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"