[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / b / a / StrawServiceToast / 0.1.4 / StrawServiceToast.podspec.json
blob7ba6937734995c16eed8122e1515de994df42944
2   "name": "StrawServiceToast",
3   "version": "0.1.4",
4   "summary": "Toast service of Straw iOS",
5   "description": "                   Toast service of Straw iOS\n\n                   This Straw Service class provides the ability to show Toast (as in Android) UI component\n                   on the screen.\n",
6   "homepage": "https://github.com/strawjs/straw-ios-service-toast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yoshiya Hinosawa": "stibium121@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/kt3k",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/strawjs/straw-ios-service-toast.git",
20     "tag": "v0.1.4"
21   },
22   "source_files": "StrawServiceToast/**/*.{h,m}",
23   "dependencies": {
24     "Straw": [
25       "~> 0.5.0"
26     ],
27     "Toast": [
28       "~> 2.3"
29     ]
30   },
31   "requires_arc": true