[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 0 / b / AFNetworking+RetryPolicy / 1.0.0 / AFNetworking+RetryPolicy.podspec.json
blob266394fb7499d0fb7f9e890d348c5108aa67da56
2   "name": "AFNetworking+RetryPolicy",
3   "version": "1.0.0",
4   "summary": "Nice category that adds the ability to set the retry interval, retry count and progressive.",
5   "description": "If the request timed out, you usually have to call the request again by yourself. AFNetworking+RetryPolicy handles that for you. Adds the ability to set the retry interval, retry count and progressive.",
6   "homepage": "https://github.com/kubatru/AFNetworking-RetryPolicy",
7   "screenshots": "https://raw.githubusercontent.com/kubatru/AFNetworking-RetryPolicy/master/Images/logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": "Jakub Truhlar",
13   "social_media_url": "http://kubatruhlar.cz",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kubatru/AFNetworking-RetryPolicy.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "AFNetworking+RetryPolicy/*.{h,m}",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ],
28     "ObjcAssociatedObjectHelpers": [
29       "2.0.1"
30     ]
31   }