[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / 6 / SexyDates / 1.0.0 / SexyDates.podspec.json
blobf9bd8e43651098bbac8ce9cf8f9faf0ad5176298
2   "name": "SexyDates",
3   "version": "1.0.0",
4   "summary": "NSNumber category that creates dates in a sexy, Rails-like way: `@(3).days.ago`.",
5   "description": "    SexyDates is an Objective-C category on NSNumber that\n    allows you to create dates (NSDate objects) in a sexy,\n    Rails-/ActiveSupport-like way: `@(3).days.ago`.\n",
6   "homepage": "http://github.com/nubbel/SexyDates",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dominique d'Argent": "dominique.dargent@me.com"
13   },
14   "source": {
15     "git": "https://github.com/nubbel/SexyDates.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "SexyDates.h",
20     "NSNumber+SexyDates.h",
21     "NSNumber+SexyDates.m"
22   ],
23   "requires_arc": true