| { | |
| "name": "HWDWeakTimer", | |
| "version": "0.0.1", | |
| "summary": "用于解决定时器的循环引用的问题", | |
| "description": "主要用于解决定时器和runloop造成的循环引用的问题", | |
| "homepage": "https://github.com/huweidong/WeakTimer", | |
| "license": "MIT", | |
| "authors": { | |
| "hwd": "hwd" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/huweidong/WeakTimer.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "frameworks": "Foundation", | |
| "requires_arc": true | |
| } |