| { |
| "name": "LSFloatingActionMenu", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "LSFloatingActionMenu is floating action button component of material design for iOS.", |
| "homepage": "https://github.com/tinymind/LSFloatingActionMenu", |
| "authors": { |
| "tinymind": "xappbox@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tinymind/LSFloatingActionMenu.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "LSFloatingActionMenu/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |