[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 8 / 4 / Parallel / 0.0.1 / Parallel.podspec.json
blob29975f755764993e58e758354fd68a91ae71edac
2   "name": "Parallel",
3   "version": "0.0.1",
4   "summary": "Perform selectors on a background thread with callbacks.",
5   "description": "Parallel allows you to perform selectors on a background thread, without spawning a new thread every time you want to perform a selector. This is useful when you want to frequently perform tasks in the background and don't want to muck around with run loops.\n",
6   "homepage": "https://github.com/AjayMT/Parallel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ajay MT": "ajay.tatachar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ajaymadhusudan",
15   "platforms": {
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/AjayMT/Parallel.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "Parallel",
23   "exclude_files": "ParallelTests",
24   "requires_arc": true