blob: a5d2ae95d8c6c5bec15a9275832140ff4de53f48 [file] [log] [blame]
{
"name": "Crontab-IOS",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/EasyIOS/Crontab-IOS",
"authors": {
"zhuchao": "zhuchao@iosx.me"
},
"summary": "A light-weight library to execute Objective-C codes only once in app life with a crontab like way.",
"source": {
"git": "https://github.com/EasyIOS/Crontab-IOS.git",
"tag": 1.0
},
"source_files": "class/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}