blob: 3696a599b757f9ffb5512be9195dd5bd7c8a3af4 [file] [log] [blame]
{
"name": "CTDatePicker",
"version": "1.0.0",
"summary": "Simple Date Picker",
"description": "Simple Date picker in UIAlertViewController",
"homepage": "https://github.com/mariokovacevic/CTDatePicker",
"license": "MIT",
"authors": {
"Mario Kovacevic": "mariofilk@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mariokovacevic/CTDatePicker.git",
"branch": "master",
"tag": "1.0.0"
},
"weak_frameworks": "UIKit",
"static_framework": true,
"requires_arc": true,
"source_files": "Framework/**/*.{h}",
"ios": {
"public_header_files": "Framework/**/*.{h}",
"vendored_frameworks": "Framework/*.{framework}"
}
}