blob: e3aab77822dc4dab8fd58b6b36a7d1cdefabe409 [file] [log] [blame]
{
"name": "EasterDate",
"version": "0.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/threebytesfull",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "EasterDate/Classes/**/*",
"frameworks": "Foundation"
}