blob: 5e2fb84c1a87498eea127d086c897dff1e10c1cc [file] [log] [blame]
{
"name": "AXPickerView",
"version": "1.0.4",
"summary": "A multi style picker view in iOS.",
"description": "A multi style picker view in iOS.\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/devedbox/AXPickerView",
"license": "MIT",
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXPickerView.git",
"tag": "1.0.4"
},
"source_files": [
"AXPickerView/AXPickerView/*.{h,m}",
"AXPickerView/AXPickerView/AXPickerContentView/*.{h,m}"
],
"resources": "AXPickerView/AXPickerView/AXPickerView.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AXPracticalHUD": [
],
"AXImagePickerController": [
]
}
}