blob: 1e02aacf3765526b2f9c19630870f9ee7a0cc2cc [file] [log] [blame]
{
"name": "EasterDate",
"version": "0.6.4",
"summary": "Easter date calculation for NSDate",
"description": "This CocoaPod extends `NSDate` with class methods to calculate the dates of Western and Eastern Orthodox Easter.",
"homepage": "https://github.com/threebytesfull/EasterDate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rufus Cable": "rufus@threebytesfull.com"
},
"source": {
"git": "https://github.com/threebytesfull/EasterDate.git",
"tag": "0.6.4"
},
"social_media_url": "https://twitter.com/threebytesfull",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}