[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 6 / 9 / 2 / ar_dispatch / 1.0.0 / ar_dispatch.podspec.json
blob0cd7e2432afd7b63c7d72abd5cec07b8518d8c66
2   "name": "ar_dispatch",
3   "version": "1.0.0",
4   "summary": "Dispatch functions run async code synchronous in tests",
5   "description": "                        Custom versions of the Foundation dispach_xxx functions that will run syncronously in your tests.\n",
6   "homepage": "https://github.com/orta/ar_dispatch",
7   "license": "MIT",
8   "authors": {
9     "Orta Therox": "orta.therox@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/orta/ar_dispatch.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/orta",
16   "requires_arc": true,
17   "source_files": "Pod/Classes",
18   "frameworks": [
19     "Foundation"
20   ]