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