blob: 01f1624cdda86e7229cb80b9508ffb6758437e24 [file] [log] [blame]
{
"name": "SunbeamTimerService",
"version": "0.1.11",
"summary": "A simple NSTimer manager for develop.",
"homepage": "https://github.com/sunbeamChen/SunbeamTimerService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunbeamChen": "chenxun1990@126.com"
},
"source": {
"git": "https://github.com/sunbeamChen/SunbeamTimerService.git",
"tag": "0.1.11"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SunbeamTimerService/Classes/**/*",
"public_header_files": [
"SunbeamTimerService/Classes/SunbeamTimerService.h",
"SunbeamTimerService/Classes/SunbeamTimerManager.h"
],
"dependencies": {
"MSWeakTimer": [
],
"SunbeamLogService": [
]
}
}