[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / 0 / d / GCDObjC / 0.3.0 / GCDObjC.podspec.json
blobfe8dd9dc25e3cb88726584099d526ab6f2f928cf
2   "name": "GCDObjC",
3   "version": "0.3.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.\nIt 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.",
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.3.0"
20   },
21   "source_files": "GCDObjC",
22   "requires_arc": true