blob: 4b87c25f89f0bdda49f037627129445894272312 [file] [log] [blame]
{
"name": "EasterDate",
"version": "0.1.1",
"summary": "Easter date calculation for NSDate",
"description": "This CocoaPod extends `NSDate` with class methods to calculate the dates of\nWestern 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.1.1"
},
"social_media_url": "https://twitter.com/threebytesfull",
"platforms": {
"ios": "8.0"
},
"source_files": "EasterDate/Classes/**/*",
"frameworks": "Foundation"
}