[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / SwiftMoment / 0.3 / SwiftMoment.podspec.json
blob0a161702230d2ac33e8e93b6f033207256489178
2   "name": "SwiftMoment",
3   "version": "0.3",
4   "summary": "A time and calendar manipulation library for iOS 9+ 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 targets iOS 9, OS X 10.10, Xcode 7 and Swift 2.0 and later exclusively.",
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   },
18   "source": {
19     "git": "https://github.com/akosma/SwiftMoment.git",
20     "tag": "v0.3"
21   },
22   "source_files": "SwiftMoment/SwiftMoment",
23   "requires_arc": true