blob: 8a0d19c35665968da396cd83a54137d6071b4841 [file] [log] [blame]
{
"name": "PodoCalendar",
"version": "0.2.7",
"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.7"
},
"social_media_url": "http://happytiger.co.kr",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "PodoCalendar/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftDate": [
"~> 5.0.13"
]
}
}