blob: daec2ab2497f6e5c8b95b7fcd6e7d7957d291d9f [file] [log] [blame]
{
"name": "LxJobQueue",
"version": "0.8.0",
"summary": "JobQueue for iOS.",
"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",
"homepage": "https://github.com/smalllixin/LxJobQueue",
"license": "MIT",
"authors": {
"smalllixin": "smalllixin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/smalllixin/LxJobQueue.git",
"tag": "0.8.0"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/JobModel.xcdatamodeld",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3.1.1"
]
}
}