| { | |
| "name": "REImageSprite", | |
| "version": "1.0", | |
| "authors": { | |
| "Roman Efimov": "romefimov@gmail.com" | |
| }, | |
| "homepage": "https://github.com/romaonthego/REImageSprite", | |
| "summary": "CSS-like image sprites for iOS apps.", | |
| "source": { | |
| "git": "https://github.com/romaonthego/REImageSprite.git", | |
| "tag": "1.0" | |
| }, | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "REImageSprite", | |
| "public_header_files": "REImageSprite/*.h" | |
| } |