[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / SwiftMoment / 0.7 / SwiftMoment.podspec.json
blob93cbaf111d7e27c9fe5f830d58475f87fc180067
2   "name": "SwiftMoment",
3   "version": "0.7",
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 9+, macOS 10.11+, tvOS 9+, watchOS 3+, Xcode 8 and Swift 3.",
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": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0",
19     "watchos": "3.0"
20   },
21   "source": {
22     "git": "https://github.com/akosma/SwiftMoment.git",
23     "tag": "v0.7"
24   },
25   "source_files": "SwiftMoment/SwiftMoment",
26   "resources": "SwiftMoment/SwiftMoment/MomentFromNow.bundle"