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