[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / c / 0 / b / AFNetworking+RetryPolicy / 1.0.3 / AFNetworking+RetryPolicy.podspec.json
blob3b90157829f5a5f95bdb2dac4c36220f094127b5
2   "name": "AFNetworking+RetryPolicy",
3   "version": "1.0.3",
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     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/kubatruhlar/AFNetworking-RetryPolicy.git",
20     "tag": "1.0.3"
21   },
22   "source_files": "AFNetworking+RetryPolicy/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ],
29     "ObjcAssociatedObjectHelpers": [
30       "2.0.1"
31     ]
32   }