[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 8 / a / e / GCDSwift / 0.2.0 / GCDSwift.podspec.json
blob8f9babcc3ae7fc46087406467c9e362eb4ca0f44
2   "name": "GCDSwift",
3   "version": "0.2.0",
4   "summary": "Swift wrapper for Grand Central Dispatch.",
5   "description": "GCDSwift is a Swift 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.\n* Add convenience methods.",
6   "homepage": "https://github.com/mjmsmith/gcdswift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mark Smith": "mark@camazotz.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mjmsmith/gcdswift.git",
19     "tag": "v0.2.0"
20   },
21   "source_files": "GCDSwift"