blob: e4dc7ca6d1c78f48d6d3f9c7bbaed1f1037bb82f [file] [log] [blame]
{
"name": "Gb-Date",
"version": "0.1.2",
"summary": "A library to effectively serialize and deserialize NSDate for API communication",
"description": "The library is useful for serializing and deserializing NSDate objects - it allows to easily send and receive dates as float or string values. Moreover you can find classes designed to help you synchronize data with Ruby on Rails classes like: Time, Date, DateTime.",
"homepage": "https://github.com/GenieBelt/gb-date-ios",
"license": "MIT",
"authors": {
"Michal Olszewski": "olszewski.m.l@gmail.com"
},
"source": {
"git": "https://github.com/GenieBelt/gb-date-ios.git",
"tag": "0.1.2"
},
"social_media_url": "http://twitter.com/MichalOlszewski",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}