[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / c / 2 / DoupQueue / 0.1.1 / DoupQueue.podspec.json
blob102c4b297a8234683229d135f1b07ae45b14e6b3
2   "name": "DoupQueue",
3   "version": "0.1.1",
4   "summary": "DoupQueue is download and upload queue manager.",
5   "description": "DoupQueue is a download and upload queue manager. It supports download and upload cancellation at any time. It will provide a token id to do further actions.",
6   "homepage": "https://github.com/milankamilya/DoupQueue",
7   "license": "MIT",
8   "authors": {
9     "Milan Kamilya": "milan.kamilya@innofied.com"
10   },
11   "source": {
12     "git": "https://github.com/milankamilya/DoupQueue.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/Milan_Kamilya",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "DoupQueue/Classes/**/*",
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.4"
23     ]
24   }