[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 3 / e / Retriable / 1.0.2 / Retriable.podspec.json
blobf9bdf6953a9a5ed50b7734650ab420cf97f9bc72
2   "name": "Retriable",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "Make asynchronous components retriable",
6   "homepage": "https://github.com/emsihyo/Retriable",
7   "authors": {
8     "emsihyo": "emsihyo@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/emsihyo/Retriable.git",
12     "tag": "1.0.2"
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   }