[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / 0 / Gb-Date / 0.1.1 / Gb-Date.podspec.json
blobf326866d9cd4fe4e4c666df3e96e98a1ca1326ee
2   "name": "Gb-Date",
3   "version": "0.1.1",
4   "summary": "A library to effectively serialize and deserialize NSDate for API communication",
5   "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.",
6   "homepage": "https://github.com/GenieBelt/gb-date-ios",
7   "license": "MIT",
8   "authors": {
9     "Michal Olszewski": "olszewski.m.l@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/GenieBelt/gb-date-ios.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "http://twitter.com/MichalOlszewski",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Gb-Date": [
23       "Pod/Assets/*.png"
24     ]
25   }