blob: 9056108d0a04811e0737d8f0ea86922149fc32f5 [file] [log] [blame]
{
"name": "XWAlertController",
"version": "0.0.1",
"summary": "use XWAlertController to replace UIAlertController.",
"description": "XWAlertController provides similar API like UIAlertController, you can also use the same API for iOS7.",
"homepage": "https://github.com/suninrain086/XWAlertController",
"license": "MIT",
"authors": {
"suninrain086": "suninrain086@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/suninrain086/XWAlertController.git",
"tag": "0.0.1"
},
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.{h,m}"
],
"exclude_files": "Pod/Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"JRSwizzle": [
"~> 1.0"
],
"Masonry": [
"~> 1.0.0"
]
}
}