blob: 3fea446579ea7f27b90452bfb817fa49f8b200f0 [file] [log] [blame]
{
"name": "SGVBackgroundRunloop",
"version": "1.0.0",
"summary": "A gcd-like API for dispatching blocks onto a full-fledged runloop running on a background thread.",
"description": " A longer description of SGVBackgroundRunloop 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": "https://github.com/sanekgusev/SGVBackgroundRunloop",
"license": "MIT",
"authors": {
"Alexander Gusev": "sanekgusev@gmail.com"
},
"social_media_url": "http://twitter.com/sanekgusev",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/sanekgusev/SGVBackgroundRunloop.git",
"tag": "1.0.0"
},
"source_files": "src/**/*.{h,m}",
"public_header_files": "src/SGVBackgroundRunloop.h",
"frameworks": "Foundation",
"requires_arc": true
}