[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / e / 9 / 8 / SimpleDateFormatting / 0.1.4 / SimpleDateFormatting.podspec.json
bloba330aac2783a17ddbe884106fe6dfb6f1f09ee8e
2   "name": "SimpleDateFormatting",
3   "version": "0.1.4",
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.4"
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   ]