[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / 1 / NetworkRequester / 1.1.0 / NetworkRequester.podspec.json
blob75231ae1f5d2612a1e0ba23dcbe920c30a747716
2   "name": "NetworkRequester",
3   "version": "1.1.0",
4   "summary": "Simple and customizable network library to use in iOS application project.",
5   "description": "Supports both customization for common network configuration and easy-to-use requester creation mechanism.",
6   "homepage": "https://github.com/DragonCherry/NetworkRequester",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DragonCherry": "dragoncherry@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/DragonCherry/NetworkRequester.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NetworkRequester/Classes/**/*",
22   "dependencies": {
23     "TinyLog": [
25     ],
26     "Alamofire": [
28     ],
29     "SwiftyJSON": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"