blob: c9c20281dd25bca96722b0a417feebd21a2e1acf [file] [log] [blame]
{
"name": "CNPGridMenu",
"version": "0.3.0",
"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!",
"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": "7.0"
},
"source": {
"git": "https://github.com/carsonperrotti/CNPGridMenu.git",
"tag": "0.3.0"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"exclude_files": "Example",
"requires_arc": true
}