| { |
| "name": "SunbeamTimerService", |
| "version": "0.1.1", |
| "summary": "A simple NSTimer service for iOS 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.1" |
| }, |
| "social_media_url": "http://sunbeamchen.github.io/", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "SunbeamTimerService/Classes/**/*", |
| "public_header_files": "SunbeamTimerService/Classes/**/*.h" |
| } |