[Add] AirshipServiceExtension 19.0.2
[CocoaPods.git] / Specs / e / 9 / 8 / SimpleDateFormatting / 0.1.1 / SimpleDateFormatting.podspec.json
blob249d093e97befebdf1d3d8231492815d5c81f6a8
2   "name": "SimpleDateFormatting",
3   "version": "0.1.1",
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.1"
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   "resource_bundles": {
22     "SimpleDateFormatting": [
23       "Pod/Assets/*.png"
24     ]
25   }