blob: 2a461105e1db8256fe673f6ab9caafc59c5191f7 [file] [log] [blame]
{
"name": "CalendarSwift",
"version": "0.1.0",
"summary": "Custom calendar",
"description": "'Custom calendar for iOS.'",
"homepage": "https://github.com/raketenok/CalendarSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ievgen Iefimenko": "raketenok@gmail.com"
},
"source": {
"git": "https://github.com/raketenok/CalendarSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CalendarSwift/**/*",
"swift_version": "4.0",
"resource_bundles": {
"CalendarSwift": [
"CalendarSwift/Assets/**/*.{imageset}"
]
}
}