[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 8 / f / PPQueue / 1.0.1 / PPQueue.podspec.json
blobc0a185a52a4fdcbbb99f325e14eb0caaa060b0e1
2   "name": "PPQueue",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "A priorized persistent background job queue for iOS.",
6   "homepage": "https://github.com/daluethi/ppqueue",
7   "authors": "Daniel Luethi",
8   "social_media_url": "http://twitter.com/daluethi",
9   "source": {
10     "git": "https://github.com/daluethi/ppqueue.git",
11     "tag": "v1.0.1"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source_files": "PPQueue",
17   "libraries": "sqlite3.0",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.0"
22     ]
23   }