[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 2 / d / SwiftMoment / 0.5.1 / SwiftMoment.podspec.json
blobde0be1064aae140b2a04c57613bed4ba906df174
2   "name": "SwiftMoment",
3   "version": "0.5.1",
4   "summary": "A time and calendar manipulation library for iOS / macOS / tvOS / watchOS written in Swift",
5   "description": "This framework is inspired by Moment.js. Its objectives are the following:\n\n* Simplify the manipulation and readability of date and interval values.\n* Provide help when parsing dates from various string representations.\n* Simplifying the formatting of date information into strings.\n* Streamlining getting date components (day, month, etc.) from dates and time intervals.\n\nThis framework supports iOS 8+, macOS 10.10+, tvOS 9+, watchOS 2+, Xcode 7 and Swift 2.2.",
6   "homepage": "http://akosma.github.io/SwiftMoment/",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian Kosmaczewski": "akosma@me.com"
13   },
14   "social_media_url": "http://twitter.com/akosma",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/akosma/SwiftMoment.git",
23     "tag": "v0.5.1"
24   },
25   "source_files": "SwiftMoment/SwiftMoment",
26   "resources": "SwiftMoment/SwiftMoment/MomentFromNow.bundle"