[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 3 / e / Retriable / 1.0.3 / Retriable.podspec.json
blobabb2695f10c5d9064fd5f73e520c8ec6549fa68a
2   "name": "Retriable",
3   "version": "1.0.3",
4   "license": "MIT",
5   "summary": "Make asynchronous components retriable",
6   "homepage": "https://github.com/retriable/Retriable",
7   "authors": {
8     "retriable": "retriable@retriable"
9   },
10   "source": {
11     "git": "https://github.com/retriable/Retriable.git",
12     "tag": "1.0.3"
13   },
14   "description": "Make asynchronous components retriable.",
15   "requires_arc": true,
16   "source_files": "Retriable/*.{h,m}",
17   "ios": {
18     "frameworks": "UIKit"
19   },
20   "tvos": {
21     "frameworks": "UIKit"
22   },
23   "platforms": {
24     "ios": "8.0",
25     "watchos": "2.0",
26     "tvos": "9.0",
27     "osx": "10.9"
28   }