[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / a / SGVBackgroundRunloop / 1.0.0 / SGVBackgroundRunloop.podspec.json
blob3fea446579ea7f27b90452bfb817fa49f8b200f0
2   "name": "SGVBackgroundRunloop",
3   "version": "1.0.0",
4   "summary": "A gcd-like API for dispatching blocks onto a full-fledged runloop running on a background thread.",
5   "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",
6   "homepage": "https://github.com/sanekgusev/SGVBackgroundRunloop",
7   "license": "MIT",
8   "authors": {
9     "Alexander Gusev": "sanekgusev@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/sanekgusev",
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/sanekgusev/SGVBackgroundRunloop.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "src/**/*.{h,m}",
20   "public_header_files": "src/SGVBackgroundRunloop.h",
21   "frameworks": "Foundation",
22   "requires_arc": true