blob: 6f6c2a1f254a5701524a40168c8acbc305be08c9 [file] [log] [blame]
{
"name": "BZCalendar",
"version": "0.1.1",
"summary": "Still WIP :)",
"description": "Simple to implement CalendarView in iOS",
"homepage": "https://github.com/bartekzabicki/BZCalendar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bartek Zabicki": "bartekzabicki@gmail.com"
},
"source": {
"git": "https://github.com/bartekzabicki/BZCalendar.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"dependencies": {
"Unicorns": [
]
},
"source_files": "BZCalendar/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"resource_bundles": {
"BZCalendar": [
"BZCalendar/Classes/**/*.xib"
]
}
}