[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 2 / b / EDQueue / 0.5.0 / EDQueue.podspec.json
blobd6eb77fa839933b224173ec5dc2b0164709ee664
2   "name": "EDQueue",
3   "version": "0.5.0",
4   "license": "MIT",
5   "summary": "A persistent background job queue for iOS.",
6   "homepage": "https://github.com/thisandagain/queue",
7   "authors": {
8     "Andrew Sliwinski": "andrewsliwinski@acm.org"
9   },
10   "source": {
11     "git": "https://github.com/thisandagain/queue.git",
12     "tag": "v0.5.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "EDQueue",
18   "libraries": "sqlite3.0",
19   "requires_arc": true,
20   "dependencies": {
21     "FMDB": [
22       "~> 2.0"
23     ]
24   }