[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 2 / 6 / 1 / LxTaskQueue / 1.0 / LxTaskQueue.podspec.json
blobf2fe9444405784cf94a89e925442d8e1ab46b8cd
2   "name": "LxTaskQueue",
3   "version": "1.0",
4   "summary": "Task queue implemented for iOS persistent supported.",
5   "description": "                   A longer description of LxTaskQueue in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "http://github.com/smalllixin/LxTaskQueue",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "smalllixin": "smalllixin@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/smalllixin/LxTaskQueue.git",
19     "tag": "1.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "libraries": "sqlite3",
26   "requires_arc": true