blob: f326866d9cd4fe4e4c666df3e96e98a1ca1326ee [file] [log] [blame]
{
"name": "Gb-Date",
"version": "0.1.1",
"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.1"
},
"social_media_url": "http://twitter.com/MichalOlszewski",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Gb-Date": [
"Pod/Assets/*.png"
]
}
}