| { | |
| "name": "MosaicUI", | |
| "version": "0.0.1", | |
| "summary": "MosaicUI is a tiled UI for iOS that automatic layouts according to the elements' sizes.", | |
| "homepage": "https://github.com/betzerra/MosaicUI", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Ezequiel Alejandro Becerra": "ezequiel@betzerra.com.ar" | |
| }, | |
| "source": { | |
| "git": "https://github.com/betzerra/MosaicUI.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": null | |
| }, | |
| "source_files": "MosaicUI/**/*.{h,m}", | |
| "requires_arc": true | |
| } |