{ | |
"name": "FTTimer", | |
"version": "0.0.1", | |
"summary": "Just a tiny library to make using NSTimer easier without retain cycle", | |
"homepage": "https://github.com/futantan/FTTimer", | |
"license": "MIT", | |
"authors": { | |
"futantan": "luckytantanfu@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/futantan/FTTimer.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "Sources/*.swift", | |
"module_name": "FTTimerFramework" | |
} |