blob: a3ac703bc2b7b4180e51980b6e261079374572fa [file] [log] [blame]
{
"name": "AAPickerView",
"version": "0.1.0",
"summary": "AAPickerView is simple and easy-to-use implementation for `UITextField` to use as `UIPickerView` and `UIDatePicker` written in swift.",
"description": "AAPickerView allows to transform `UITextField` as `UIPickerView` and `UIDatePicker` to pick data easily. It is designed to present a picker view to select data in `UITextField`.",
"homepage": "https://github.com/EngrAhsanAli/AAPickerView",
"screenshots": "https://raw.githubusercontent.com/EngrAhsanAli/AAPickerView/master/Screenshots/AAPickerView.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Engr. Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/EngrAhsanAli/AAPickerView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "AAPickerView/Classes/**/*",
"pushed_with_swift_version": "3.0"
}