blob: cd69863b5915f6698a35417c375e9ab53c266ff1 [file] [log] [blame]
{
"name": "PodoCalendar",
"version": "0.2.1",
"summary": "Podo group style calendar.",
"description": "A simple way to implement podo style calendar",
"homepage": "https://github.com/podoDEV/PodoCalendar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kim Heebeom": "heebuma@gmail.com"
},
"source": {
"git": "https://github.com/podoDEV/PodoCalendar.git",
"tag": "0.2.1"
},
"social_media_url": "http://happytiger.co.kr",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "PodoCalendar/PodoCalendar/Classes/**/*",
"resource_bundles": {
"PodoCalendar": [
"PodoCalendar/PodoCalendar/*.lproj/*.strings"
]
},
"frameworks": "UIKit",
"dependencies": {
"SwiftDate": [
"~> 5.0.9"
]
}
}