blob: f2e626d2bfda40cba09dcf942dfd153514faa1ea [file] [log] [blame]
{
"name": "YLMoment",
"version": "0.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Parsing, validating, manipulating, and formatting dates easily in Objective-C (API inspired by moment.js)",
"homepage": "http://yannickl.github.io/YLMoment/",
"authors": {
"Yannick Loriot": "http://yannickloriot.com"
},
"source": {
"git": "https://github.com/YannickL/YLMoment.git",
"tag": "0.3.0"
},
"requires_arc": true,
"source_files": [
"YLMoment/*.{h,m}"
],
"resources": [
"YLMoment/Localization/**"
],
"platforms": {
"ios": "5.0",
"osx": "10.8"
}
}