blob: b2daba7f2daf4160fb1ba838eaafd8c61f7dfa11 [file] [log] [blame]
{
"name": "OYCountDownManager",
"version": "2.0.1",
"authors": {
"herob": "869765745@qq.com"
},
"homepage": "https://github.com/herobin22/OYCountDownManager",
"summary": "iOS在cell中使用倒计时的处理方法",
"source": {
"git": "https://github.com/herobin22/OYCountDownManager.git",
"tag": "2.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CellCountDown/OYCountDownManager/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
]
}
}