[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 4 / 0 / d / GCDObjC / 0.2.0 / GCDObjC.podspec.json
blob7cc97ac659eab646bce86ae477573f6887ad2713
2   "name": "GCDObjC",
3   "version": "0.2.0",
4   "summary": "Objective-C wrapper for Grand Central Dispatch.",
5   "description": "                      GCDObjC is an Objective-C wrapper for the most commonly used features of Grand Central Dispatch.\n                      It has four main aims:\n\n                      * Organize the flat C API into appropriate classes.\n                      * Use intention-revealing names to distinguish between synchronous and asynchronous functions.\n                      * Use more convenient arguments such as NSTimeIntervals.\n                      * Add convenience methods.\n",
6   "homepage": "https://github.com/mjmsmith/gcdobjc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mark Smith": "mark@camazotz.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/mjmsmith/gcdobjc.git",
19     "tag": "v0.2.0"
20   },
21   "source_files": "GCDObjC",
22   "requires_arc": true