blob: 57b0766c010a33bbb7f9a2d9fa10aedf2c4787ab [file] [log] [blame]
{
"name": "Past",
"version": "1.0.1",
"summary": "A simple NSDate extension for easily getting the difference between two dates",
"description": "NSDate extension for easily getting the difference between two dates in terms of Year, Month, Week, Day, Hour, Minute and Second",
"homepage": "https://github.com/Midhun-MP/Past",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Midhun MP": "midhunmp7@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Midhun-MP/Past.git",
"tag": "1.0.1"
},
"source_files": [
"Past",
"Past/**/*.{h,m,swift}"
],
"exclude_files": "Past/Exclude"
}