blob: 20ae2c4e3465ab7928945cb34d073f71b84518d1 [file] [log] [blame]
{
"name": "DateTimePicker",
"version": "2.5.0",
"summary": "A nicer iOS UI component for picking date and time.",
"description": "DateTimePicker makes it easy to select date and time with an attractive looking component.",
"homepage": "https://github.com/itsmeichigo/DateTimePicker",
"screenshots": "https://raw.githubusercontent.com/itsmeichigo/DateTimePicker/master/screenshot.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Huong Do": "huongdt29@gmail.com"
},
"social_media_url": "https://twitter.com/itsmeichigo",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/itsmeichigo/DateTimePicker.git",
"tag": "2.5.0"
},
"source_files": "Source/**/*.{swift}",
"resource_bundles": {
"DateTimePicker": [
"Source/**/*.{xib}"
]
},
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.3"
},
"swift_versions": "5.3",
"swift_version": "5.3"
}