blob: 8041f401c0f60c9f86c5a876b78e00ca3e2d7b13 [file] [log] [blame]
{
"name": "iDate",
"version": "0.1.0",
"summary": "Easy handling of date for iOS.",
"description": "Easy handling of date for iOS. Some extensions of NSDate and useful operators",
"homepage": "https://github.com/abdullah-chhatra/iDate.git",
"license": "MIT",
"authors": {
"Abdulmunaf Chhatra": "abdullah.chhatra@gmail.com"
},
"source": {
"git": "https://github.com/abdullah-chhatra/iDate.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "iDate/**/*.swift"
}