| { |
| "name": "Less", |
| "version": "0.1.0", |
| "summary": "A tiny MVVM framework that use Plist to build UIs and Databindings.", |
| "description": "Less code, more efficient. Less is a tiny MVVM framework that use Plist to build UIs and Databindings.", |
| "homepage": "https://github.com/wequick/Less", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "galenlin": "oolgloo.2012@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/wequick/Less.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://weibo.com/galenlin", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Less/Classes/**/*" |
| } |