blob: 2f03b5f8aa1c6c39d2eee3bfc8878be56e5a2da2 [file] [log] [blame]
{
"name": "Once",
"version": "0.0.2",
"summary": "Minimalists library to manage one-off operations.",
"description": "Once is a minimalists library to manage one-off operations.",
"homepage": "https://github.com/jianstm/Once",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quentin Jin": "jianstm@gmail.com"
},
"source": {
"git": "https://github.com/jianstm/Once.git",
"tag": "0.0.2"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
}
}