blob: f9bdf6953a9a5ed50b7734650ab420cf97f9bc72 [file] [log] [blame]
{
"name": "Retriable",
"version": "1.0.2",
"license": "MIT",
"summary": "Make asynchronous components retriable",
"homepage": "https://github.com/emsihyo/Retriable",
"authors": {
"emsihyo": "emsihyo@gmail.com"
},
"source": {
"git": "https://github.com/emsihyo/Retriable.git",
"tag": "1.0.2"
},
"description": "Make asynchronous components retriable.",
"requires_arc": true,
"source_files": "Retriable/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
}
}