blob: 6f23b4fc6079af8a716ca64a953a5f88fff86d21 [file] [log] [blame]
{
"name": "YLMoment",
"version": "0.2.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.2.0"
},
"requires_arc": true,
"source_files": [
"YLMoment/*.{h,m}"
],
"resources": [
"YLMoment/Localization/**"
],
"platforms": {
"ios": "5.0",
"osx": "10.8"
}
}