blob: 7de54c8a26360843413307e45ae20fc48c679469 [file] [log] [blame]
{
"name": "AAPickerView",
"version": "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": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AAPickerView/Classes/**/*"
}