blob: 63584f206bb116cf56be8fd0c0352d40dae51537 [file] [log] [blame]
{
"name": "STWeakTimer",
"version": "0.0.4",
"summary": "An alternative to NSTimer.",
"homepage": "https://github.com/shien7654321/STWeakTimer",
"authors": {
"Suta": "shien7654321@163.com"
},
"source": {
"git": "https://github.com/shien7654321/STWeakTimer.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "Foundation",
"source_files": "STWeakTimer/*.{h,m}",
"compiler_flags": "-fmodules",
"description": "STWeakTimer is an alternative to NSTimer."
}