[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / f / RBDateTime / 0.1 / RBDateTime.podspec.json
blobeac5cbcff88eb68f60f9c3a76e8412542dc2ba7a
2   "name": "RBDateTime",
3   "version": "0.1",
4   "summary": "An Easy Date and Time API for iOS and OS X",
5   "description": "                   Inspired by the `DateTime` and `TimeSpan` classes in .NET/C# Library, \n                   this `RBDateTime` and `RBDuration` classes provide a much easier and \n                   intuitive way to work with date and time values, time zones, and \n                   locale-aware formatting than the Cocoa Foundation API's.\n",
6   "homepage": "https://github.com/richardbao2000/RBDateTime",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Richard Bao": "richardbao2000@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/richardbao2000/RBDateTime.git",
16     "tag": "v0.1"
17   },
18   "source_files": [
19     "RBDateTime",
20     "RBDateTime/RBDateTime/**/*.{h,m}"
21   ]