blob: 9b50ea3273ebca401f04c7e80b8f8b11336e61dd [file] [log] [blame]
{
"name": "AXImagePickerController",
"version": "1.0.3",
"summary": "A image picker view controller in iOS.",
"description": "A image picker view controller in iOS.\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!",
"homepage": "https://github.com/devedbox/AXImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXImagePickerController.git",
"tag": "1.0.3"
},
"source_files": "AXImagePickerController/AXImagePickerController/*.{h,m}",
"resources": "AXImagePickerController/AXImagePickerController/AXImagePickerController.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AXExtensions": [
],
"AXPracticalHUD": [
]
}
}