[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 9 / 8 / SimpleDateFormatting / 0.1.5 / SimpleDateFormatting.podspec.json
blobefd283556334f7f4c2b236990cccdd4a14a39f55
2   "name": "SimpleDateFormatting",
3   "version": "0.1.5",
4   "summary": "A simple set of classes and methods to easily format dates and times.",
5   "description": "Simple Date Formatting alows for quick and efficent formatting of NSDate objects into NSString objects.",
6   "homepage": "https://github.com/rjstelling/SimpleDateFormatting",
7   "license": "MIT",
8   "authors": {
9     "Richard Stelling": "richard@empiricalmagic.com"
10   },
11   "source": {
12     "git": "https://github.com/rjstelling/SimpleDateFormatting.git",
13     "tag": "0.1.5"
14   },
15   "social_media_url": "https://twitter.com/rjstelling",
16   "platforms": {
17     "ios": "8.1"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": [
22     "Pod/Assets/*"
23   ]