blob: 3b61cca823a263fd89bc68ded50b6e6357039bdc [file] [log] [blame]
{
"name": "STWeakTimer",
"version": "0.0.3",
"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.3"
},
"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."
}