[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / SwiftMoment / 0.1.1 / SwiftMoment.podspec.json
blob5ccbc0bf3a217d89c2db8467eaaa15e594bba449
2   "name": "SwiftMoment",
3   "version": "0.1.1",
4   "summary": "A time and calendar manipulation library for iOS 8+ 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\n                    This framework targets iOS 8, Xcode 6.1 and Swift 1.2 and later exclusively.\n",
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.3"
17   },
18   "source": {
19     "git": "https://github.com/akosma/SwiftMoment.git",
20     "tag": "v0.1.1"
21   },
22   "source_files": "SwiftMoment/SwiftMoment",
23   "requires_arc": true