| { | |
| "name": "GSTaskTimer", | |
| "version": "1.0.0", | |
| "summary": "Replace NSTimer", | |
| "description": "An replacement for NSTimer", | |
| "homepage": "https://github.com/ruizuo007/GSTaskTimer.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "ruizuo007": "ruizuo007@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ruizuo007/GSTaskTimer.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "GSTaskTimer/Classes/**/*", | |
| "public_header_files": "GSTaskTimer/Classes/**/*.h" | |
| } |