blob: f3b69743f5e42e5297160cda0916fd8e4bea3e43 [file] [log] [blame]
{
"name": "CalendarSwift",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CalendarSwift/**/*",
"swift_version": "4.0",
"resource_bundles": {
"CalendarSwift": [
"CalendarSwift/Assets/**/*.{imageset}"
]
}
}