blob: 2fdbd565c1780b02f3cb0bbe399bd18610fc1149 [file] [log] [blame]
{
"name": "YLMoment",
"version": "0.5.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Parsing, validating, manipulating, and formatting dates easily in Objective-C (API inspired by moment.js)",
"description": " YLMoment is a library which provides an high abstraction level for parsing, validating, manipulating, and formatting the dates in Objective-C.\n\n Its API is inspired by the well known moment.js library, however unlike its counterpart, its core is built upon the Foundation Framework components (NSDate, NSCalendar, etc.) to enable the interoperability with them.\n\n This library is designed to facilitate the manipulation of times, dates, calendars, and durations in Objective-C by providing a single, easy, and unified approach to dealing with them.\n",
"homepage": "http://yannickl.github.io/YLMoment/",
"authors": {
"Yannick Loriot": "http://yannickloriot.com"
},
"source": {
"git": "https://github.com/YannickL/YLMoment.git",
"tag": "0.5.1"
},
"requires_arc": true,
"source_files": [
"YLMoment/*.{h,m}"
],
"ios": {
"resource_bundles": {
"YLMoment-iOS": [
"YLMoment/Localization/*.lproj"
]
}
},
"osx": {
"resource_bundles": {
"YLMoment-OSX": [
"YLMoment/Localization/*.lproj"
]
}
},
"frameworks": "Foundation",
"platforms": {
"ios": "5.0",
"osx": "10.8"
}
}