blob: 3581c4ffa62969fc173dfcc32b9c24c5a502e2f6 [file] [log] [blame]
{
"name": "AZUPickerController",
"version": "0.0.1",
"summary": "AZUPickerController is modal UIPickerView like UIAlertController.",
"description": " A longer description of YLFileReader in Markdown format.\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/yaslab/AZUPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaslab": "yaslab99@gmail.com"
},
"source": {
"git": "https://github.com/yaslab/AZUPickerController.git",
"tag": "0.0.1"
},
"source_files": "AZUPickerController/Classes/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "7.0"
}
}