| { |
| "name": "XBTimer", |
| "version": "0.0.4", |
| "summary": "会自动销毁的定时器,如果owner销毁了,或者timer调用stop并且没有强指针引用timer时,timer会自动销毁", |
| "description": "会自动销毁的定时器,如果owner销毁了,或者timer调用stop并且没有强指针引用timer时,timer会自动销毁", |
| "homepage": "https://github.com/huisedediao/XBTimer", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "谢贤彬": "401758785@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/huisedediao/XBTimer.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": "XBTimer/*.{h,m}", |
| "requires_arc": true |
| } |