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