blob: 90e62141687d04884a60840730df775f981897af [file] [log] [blame]
{
"name": "DateOfEaster",
"version": "1.2.0",
"summary": "Date class extension for calcutation of Easter dates written in Swift 3",
"description": "**DateOfEaster** is an extension for the `Date` class, used for calcutation of Easter date, both western _(used by Roman Catholic Church and many protestant and evangelical churches)_ and eastern _(used by most of Eastern Orthodox Churches and Ancient Churches of the East)_.\n\n You can also find eastern and western Pentecost plus Corpus Christi and Ash Wednesday dates with **DateOfEaster**.",
"homepage": "https://github.com/Loyolny/DateOfEaster",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michał Nierebiński": "michal@1983.media"
},
"social_media_url": "https://twitter.com/loyolny",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/Loyolny/DateOfEaster.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.swift"
}