blob: 78a9da5f4d0281694543f85f0665a8bacc329184 [file] [log] [blame]
{
"name": "NPAAViewHelper",
"version": "0.0.1",
"summary": "This is the library for easy usign Alert and ActionSheets in iOS 7 / 8.",
"description": " A longer description of NPAAViewHelper in Markdown format.\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/npalamar/NPAAViewHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikolay Palamar": "nicholas.palamar@yandex.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/npalamar/NPAAViewHelper.git",
"tag": "0.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}