blob: 7bda81ebf0f1d7b5a2a678aaffcb6a65199c86f8 [file] [log] [blame]
{
"name": "iDate",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "iDate/**/*.swift"
}