blob: e0d13fc3b3bc9ac1c23d9f414bd4f9df22191e75 [file] [log] [blame]
{
"name": "CXAlertView",
"version": "1.1.0",
"summary": "Custom alert-view which allow you to add view as main content.",
"description": " A longer description of CXAlertView 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/ChrisXu1221/CXAlertView",
"license": "MIT",
"authors": {
"Chris Xu": "taterctl@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/ChrisXu1221/CXAlertView.git",
"tag": "1.1.0"
},
"source_files": "CXAlertView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"QuartzCore",
"CoreGraphics",
"Accelerate"
],
"requires_arc": true
}