blob: f2fe9444405784cf94a89e925442d8e1ab46b8cd [file] [log] [blame]
{
"name": "LxTaskQueue",
"version": "1.0",
"summary": "Task queue implemented for iOS persistent supported.",
"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",
"homepage": "http://github.com/smalllixin/LxTaskQueue",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"smalllixin": "smalllixin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/smalllixin/LxTaskQueue.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"libraries": "sqlite3",
"requires_arc": true
}