| { |
| "name": "SunbeamTimerService", |
| "version": "0.1.5", |
| "summary": "A simple NSTimer manager for develop.", |
| "homepage": "https://github.com/sunbeamChen/SunbeamTimerService", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sunbeamChen": "chenxun1990@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/sunbeamChen/SunbeamTimerService.git", |
| "tag": "0.1.5" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "SunbeamTimerService/Classes/**/*", |
| "public_header_files": [ |
| "SunbeamTimerService/Classes/SunbeamTimerService.h", |
| "SunbeamTimerService/Classes/SunbeamTimerManager.h" |
| ] |
| } |