blob: 5b6e913a4116ee1c94bda323429ab26bb550e4e3 [file] [log] [blame]
{
"name": "PodoCalendar",
"version": "0.2.3",
"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.3"
},
"social_media_url": "http://happytiger.co.kr",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "PodoCalendar/PodoCalendar/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftDate": [
"~> 5.0.9"
]
}
}