blob: d083c00892806ea0508fc2d20f8173f8d75e2dc8 [file] [log] [blame]
{
"name": "GCSafeTimer",
"version": "0.1.0",
"summary": "无内存泄露的timer,对业务逻辑不产生耦合",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/strivever/GCSafeTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "StriVer",
"source": {
"git": "https://github.com/strivever/GCSafeTimer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GCSafeTimer/Classes/*.{h,m}",
"public_header_files": "GCSafeTimer/Classes/*.h"
}