| { |
| "name": "GSComposeView", |
| "version": "0.2", |
| "summary": "GSComposeView is a simple compose view for getting text input from the user.", |
| "homepage": "https://github.com/GaSaMedia/GSComposeView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "GaSa Media": "gasamedia@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/gasamedia", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/GaSaMedia/GSComposeView.git", |
| "tag": "0.2" |
| }, |
| "source_files": [ |
| "GSComposeView", |
| "GSComposeView/GSComposeView.{h,m}" |
| ], |
| "requires_arc": true |
| } |