| { |
| "name": "CNPGridMenu", |
| "version": "0.1.1", |
| "summary": "A Mailbox style grid menu with a blurred background.", |
| "description": " A clone of the Mailbox grid menu. It's customizable and easy to implement. It looks great too!\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n", |
| "homepage": "https://github.com/carsonperrotti/CNPGridMenu", |
| "screenshots": "http://i.imgur.com/KhvwNU4.gif", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": "Carson Perrotti", |
| "social_media_url": "http://twitter.com/carsonp", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/carsonperrotti/CNPGridMenu.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/*.{h,m}" |
| ], |
| "exclude_files": "Example", |
| "requires_arc": true |
| } |