[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / a / 9 / f / DateParser / 0.1.0 / DateParser.podspec.json
blob92f8e5c3fcc0a4101f3ac77784656982ea05778b
2   "name": "DateParser",
3   "summary": "Fastest and simplest date parser in the existence of Objective-C & Swift",
4   "description": "Fastest and simplest date parser in the existence of Objective-C & Swift. Out of the box support for parsing ISO 8601 and Unix timestamps.",
5   "version": "0.1.0",
6   "homepage": "https://github.com/3lvis/DateParser",
7   "license": "MIT",
8   "authors": {
9     "Elvis Nuñez": "elvisnunez@me.com"
10   },
11   "source": {
12     "git": "https://github.com/3lvis/DateParser.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/3lvis",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*",
24   "frameworks": "Foundation"