[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / c / 0 / b / AFNetworking+RetryPolicy / 1.0.2 / AFNetworking+RetryPolicy.podspec.json
blob57a394939ee0a2ac225be1fe635e2b8afd1d2d3c
2   "name": "AFNetworking+RetryPolicy",
3   "version": "1.0.2",
4   "summary": "AFNetworking+RetryPolicy is an objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.",
5   "description": "If a request timed out, you usually have to call that request again by yourself. AFNetworking+RetryPolicy is an objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.",
6   "homepage": "https://github.com/kubatruhlar/AFNetworking-RetryPolicy",
7   "screenshots": "https://raw.githubusercontent.com/kubatruhlar/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/kubatruhlar/AFNetworking-RetryPolicy.git",
19     "tag": "1.0.2"
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   }