blob: d6993d101549a36eda840b3f341c0d28e86bd3dd [file] [log] [blame]
{
"name": "TBRepeatPicker",
"version": "1.1.0",
"summary": "An event repeat rule picker similar to iOS system calendar.",
"homepage": "https://github.com/hongxinhope/TBRepeatPicker",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Xin Hong": "xin@teambition.com"
},
"source": {
"git": "https://github.com/hongxinhope/TBRepeatPicker.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TBRepeatPicker/*.swift",
"resource_bundles": {
"TBRepeatPicker": [
"TBRepeatPicker/Resources/*/*.png",
"TBRepeatPicker/Resources/*/*.lproj"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}