blob: fdb999edbe2a04593762946bd88313675b518879 [file] [log] [blame]
{
"name": "DateTimePicker",
"version": "2.4.1",
"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.4.1"
},
"source_files": "Source/**/*.{swift}",
"resource_bundles": {
"DateTimePicker": [
"Source/**/*.{xib}"
]
},
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}