[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / 1 / d / LxJobQueue / 0.8.0 / LxJobQueue.podspec.json
blobdaec2ab2497f6e5c8b95b7fcd6e7d7957d291d9f
2   "name": "LxJobQueue",
3   "version": "0.8.0",
4   "summary": "JobQueue for iOS.",
5   "description": "                   iOS version JobQueue. Which is powerful library for. A longer description of LxJobQueue in Markdown format.\n                   * JobQueue make user action do not need wait server response.\n",
6   "homepage": "https://github.com/smalllixin/LxJobQueue",
7   "license": "MIT",
8   "authors": {
9     "smalllixin": "smalllixin@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/smalllixin/LxJobQueue.git",
16     "tag": "0.8.0"
17   },
18   "source_files": "Classes/*.{h,m}",
19   "resources": "Classes/JobModel.xcdatamodeld",
20   "frameworks": "CoreData",
21   "requires_arc": true,
22   "dependencies": {
23     "Reachability": [
24       "~> 3.1.1"
25     ]
26   }