A description of this package.
Description
- Swift Tools 5.5.0
Description
{
"name": "Stem",
"path": "/usr/src/package",
"targets": [
{
"name": "StemTests",
"path": "Tests/StemTests",
"type": "test",
"c99name": "StemTests",
"sources": [
"AttributedString+HTML.swift",
"LyricTests.swift",
"MimeType/CGFloatExtensionTests.swift",
"MimeType/MimeTypeTest.swift",
"MimeType/StringExtensionTests.swift",
"MimeType/Tests.swift",
"Test-Combine.swift",
"XMLTest.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Stem"
]
},
{
"name": "StemColorTests",
"path": "Tests/StemColorTests",
"type": "test",
"c99name": "StemColorTests",
"sources": [
"ColorTests.swift",
"Resource.swift",
"StemColor+color.swift",
"Test-Image-macos.swift",
"Test-KMeans.swift",
"Test-StemColor-Calculator.swift",
"Test-StemColor-Difference.swift",
"Test-StemColor-MMCQ.swift",
"Test-StemColor-RGB.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Stem",
"StemColor"
]
},
{
"name": "StemColor",
"path": "Sources/StemColor",
"type": "library",
"c99name": "StemColor",
"sources": [
"Algorithm/KMeans.swift",
"Algorithm/KMeansVectorType.swift",
"Protocols/StemColorSpace.swift",
"Protocols/StemColorSpaceRandom.swift",
"Spaces/CIEStandardIlluminants.swift",
"Spaces/ColorSpaceCalculator.swift",
"Spaces/StemColorSpace+CIELAB.swift",
"Spaces/StemColorSpace+CIEXYZ.swift",
"Spaces/StemColorSpace+CMY.swift",
"Spaces/StemColorSpace+CMYK.swift",
"Spaces/StemColorSpace+HSB.swift",
"Spaces/StemColorSpace+HSL.swift",
"Spaces/StemColorSpace+RGB.swift",
"Spaces/StemColorSpace+RYB.swift",
"StemColor+Convert.swift",
"StemColor+Difference.swift",
"StemColor+Image.swift",
"StemColor+MMCQ.swift",
"StemColor+Mixer.swift",
"StemColor+Rate.swift",
"StemColor+SwiftUI.swift",
"StemColor+hex.swift",
"StemColor+init.swift",
"StemColor+typealias.swift",
"StemColor.swift",
"StemColorPixel.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"StemColor"
]
},
{
"name": "Stem",
"path": "Sources/Stem",
"type": "library",
"c99name": "Stem",
"sources": [
"Core/Stem.swift",
"CrossPlatform/AVKit/AVAsset.swift",
"CrossPlatform/AVKit/AudioFileService.swift",
"CrossPlatform/AVKit/CoreAudioTypes.swift",
"CrossPlatform/AVKit/STAudioPlayer.swift",
"CrossPlatform/AVKit/STAudioQueueService.swift",
"CrossPlatform/AVKit/STAudioRecorder.swift",
"CrossPlatform/AVKit/STMetadataObject/STAVMetadataObjectKind.swift",
"CrossPlatform/AVKit/STMetadataObject/STMetadataFaceObject.swift",
"CrossPlatform/AVKit/STMetadataObject/STMetadataMachineReadableCodeObject.swift",
"CrossPlatform/AVKit/STMetadataObject/STMetadataObject.swift",
"CrossPlatform/AVKit/UIDevice+AVFoundation.swift",
"CrossPlatform/AVKit/UIImage+video.swift",
"CrossPlatform/Color/Color+darkMode.swift",
"CrossPlatform/Color/STWrapperColor+typealias.swift",
"CrossPlatform/Color/STWrapperColor.swift",
"CrossPlatform/Custom/Bundle/Bundle.swift",
"CrossPlatform/Custom/Combine/Combine+Async.swift",
"CrossPlatform/Custom/Combine/Combine+NSObject.swift",
"CrossPlatform/Custom/Combine/Combine+Publisher.swift",
"CrossPlatform/Custom/Device/Device+cpu.swift",
"CrossPlatform/Custom/Device/Device+information.swift",
"CrossPlatform/Custom/Device/Device+network.swift",
"CrossPlatform/Custom/Device/Device+other.swift",
"CrossPlatform/Custom/Device/Device+space.swift",
"CrossPlatform/Custom/Device/Device.swift",
"CrossPlatform/Custom/Foundation/Delegate.swift",
"CrossPlatform/Custom/Foundation/Gcd.swift",
"CrossPlatform/Custom/Foundation/Notice/Notice.swift",
"CrossPlatform/Custom/Foundation/Notice/NoticeParsable.swift",
"CrossPlatform/Custom/Foundation/Notice/NoticeToken.swift",
"CrossPlatform/Custom/Foundation/Notice/NoticeType.swift",
"CrossPlatform/Custom/Foundation/STLRUCache.swift",
"CrossPlatform/Custom/Foundation/UserDefaults.swift",
"CrossPlatform/Custom/Foundation/Version/STVersion.swift",
"CrossPlatform/Custom/Foundation/Version/Version+StringLiteralConvertible.swift",
"CrossPlatform/Custom/Location/LocationTransformer.swift",
"CrossPlatform/Custom/StemArrayResultBuilder.swift",
"CrossPlatform/Custom/StemError.swift",
"CrossPlatform/Custom/StemFont.swift",
"CrossPlatform/Custom/StemShell.swift",
"CrossPlatform/Custom/StringMarker/StringMarker.swift",
"CrossPlatform/Custom/StringMarker/StringRender+Marker.swift",
"CrossPlatform/Custom/StringMarker/StringRender.swift",
"CrossPlatform/Foundation/Coder/Coder.swift",
"CrossPlatform/Foundation/Date/Date.swift",
"CrossPlatform/Foundation/Date/Timer.swift",
"CrossPlatform/Foundation/Dispatch/DispatchQueue.swift",
"CrossPlatform/Foundation/Fundamentals/Formatter/ByteCountFormatter.swift",
"CrossPlatform/Foundation/Fundamentals/Formatter/NumberFormatter.swift",
"CrossPlatform/Foundation/NSItemProvider/NSItemProvider.swift",
"CrossPlatform/Foundation/StringProtocol/CharacterSet.swift",
"CrossPlatform/Foundation/StringProtocol/StringProtocol.swift",
"CrossPlatform/Foundation/Then.swift",
"CrossPlatform/Fundamentals/Collections/Array.swift",
"CrossPlatform/Fundamentals/Collections/CollectionConcurrencyKit.swift",
"CrossPlatform/Fundamentals/Collections/Dictionary.swift",
"CrossPlatform/Fundamentals/Collections/IndexPath.swift",
"CrossPlatform/Fundamentals/Collections/STCountedSet.swift",
"CrossPlatform/Fundamentals/Collections/Sequence.swift",
"CrossPlatform/Fundamentals/Data/Data+MimeType.swift",
"CrossPlatform/Fundamentals/Data/Data+crypto.swift",
"CrossPlatform/Fundamentals/Data/Data.swift",
"CrossPlatform/Fundamentals/Geometry/CGFloat.swift",
"CrossPlatform/Fundamentals/Geometry/CGPoint.swift",
"CrossPlatform/Fundamentals/Geometry/CGRect.swift",
"CrossPlatform/Fundamentals/Geometry/CGSize.swift",
"CrossPlatform/Fundamentals/Geometry/CGVector.swift",
"CrossPlatform/Fundamentals/Number/Bool.swift",
"CrossPlatform/Fundamentals/Number/Decimal.swift",
"CrossPlatform/Fundamentals/Number/Double.swift",
"CrossPlatform/Fundamentals/String/Character/Character.swift",
"CrossPlatform/Fundamentals/String/String+Emoji.swift",
"CrossPlatform/Fundamentals/String/String+Header.swift",
"CrossPlatform/Fundamentals/String/String+Map.swift",
"CrossPlatform/Fundamentals/String/String+random.swift",
"CrossPlatform/Fundamentals/String/String+substring.swift",
"CrossPlatform/Fundamentals/String/String+tokenize.swift",
"CrossPlatform/Fundamentals/URL/URL.swift",
"CrossPlatform/ISO/ISO_3166-1_alpha-2.swift",
"CrossPlatform/MapKit/CLGeocoder.swift",
"CrossPlatform/NSObject/NSObject.swift",
"CrossPlatform/NSObject/NSObjectObserver.swift",
"CrossPlatform/NSObject/STWeak.swift",
"CrossPlatform/Network/NetworkMonitor.swift",
"CrossPlatform/Parser/JSON/StemXML.swift",
"CrossPlatform/Runtime/Invocation.swift",
"CrossPlatform/Runtime/RunTime+Exchange.swift",
"CrossPlatform/Runtime/RunTime+ObjectType.swift",
"CrossPlatform/Runtime/RunTime+Print.swift",
"CrossPlatform/Runtime/RunTime.swift",
"CrossPlatform/SFSymbol/SFSymbol+Image.swift",
"CrossPlatform/SFSymbol/SFSymbol+NSImage.swift",
"CrossPlatform/SFSymbol/SFSymbol+UIImage.swift",
"CrossPlatform/SFSymbol/SFSymbol.swift",
"CrossPlatform/STImage.swift",
"CrossPlatform/STLyric.swift",
"CrossPlatform/SwiftUI/STLazyView.swift",
"CrossPlatform/UserNotifications/UNUserNotificationCenter.swift",
"CrossPlatform/WebKit/HybridCookieStorage.swift",
"CrossPlatform/WebKit/WebKit+WKWebView.swift",
"STUIKit/RecoverNavigationProtocol/RecoverNavigationProtocol.swift",
"UIKit/Application/UIApplication.swift",
"UIKit/Application/UIWindow.swift",
"UIKit/AttributedString/AttributedString+Attribute.swift",
"UIKit/AttributedString/AttributedString.swift",
"UIKit/AttributedString/MutableAttributedString.swift",
"UIKit/Control/UIButton.swift",
"UIKit/Control/UIControl.swift",
"UIKit/Custom/GestureRecognizer/STGestureRecognizer.swift",
"UIKit/Custom/TapticEngine/TapticEngine.swift",
"UIKit/Font/UIFont.swift",
"UIKit/GestureRecognizer/UIGestureRecognizer+State.swift",
"UIKit/Image/CGImage/CGImage.swift",
"UIKit/Image/CoreImage/CIFilter+Generator.swift",
"UIKit/Image/CoreImage/CIFilter+enum.swift",
"UIKit/Image/CoreImage/CIFilter+protocol.swift",
"UIKit/Image/NSImage/NSImage+Data.swift",
"UIKit/Image/NSImage/NSImage+Resize.swift",
"UIKit/Image/SVG/StemSVG.swift",
"UIKit/Image/UIImage/UIImage+Color.swift",
"UIKit/Image/UIImage/UIImage+CoreImage.swift",
"UIKit/Image/UIImage/UIImage+Edit.swift",
"UIKit/Image/UIImage/UIImage+Format.swift",
"UIKit/Image/UIImage/UIImage+info.swift",
"UIKit/Image/UIImage/UIImage+size.swift",
"UIKit/Image/UIImage/UImage+other.swift",
"UIKit/ImageView/UIImageView.swift",
"UIKit/InputView/UISearchBar.swift",
"UIKit/InputView/UITextField.swift",
"UIKit/InputView/UITextView.swift",
"UIKit/Interface/UINib.swift",
"UIKit/Interface/UIStoryboard.swift",
"UIKit/Keyboard/KeyboardStateManager.swift",
"UIKit/Keyboard/UIKeyCommand.swift",
"UIKit/Label/UILabel.swift",
"UIKit/ListView/UIScrollView.swift",
"UIKit/NSLayoutConstraint/NSLayoutConstraint.swift",
"UIKit/View/CALayer+Stem.swift",
"UIKit/View/STLayerView.swift",
"UIKit/View/STSwitch.swift",
"UIKit/View/UIResponder.swift",
"UIKit/View/UIStackView.swift",
"UIKit/View/UIView.swift",
"UIKit/ViewController/STControllerPreview.swift",
"UIKit/ViewController/UINavigationController.swift",
"UIKit/ViewController/UIViewController.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Stem"
]
}
],
"products": [
{
"name": "Stem",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Stem"
]
},
{
"name": "StemColor",
"type": {
"library": [
"automatic"
]
},
"targets": [
"StemColor"
]
}
],
"platforms": [
{
"name": "ios",
"version": "13.0"
},
{
"name": "macos",
"version": "11.0"
},
{
"name": "tvos",
"version": "13.0"
},
{
"name": "watchos",
"version": "6.0"
}
],
"dependencies": [],
"tools_version": "5.5",
"manifest_display_name": "Stem"
}
Package Dump
{
"name": "Stem",
"traits": [],
"targets": [
{
"name": "Stem",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "StemColor",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "StemTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Stem",
null
]
}
],
"packageAccess": false
},
{
"name": "StemColorTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Stem",
null
]
},
{
"byName": [
"StemColor",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "Stem",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Stem"
]
},
{
"name": "StemColor",
"type": {
"library": [
"automatic"
]
},
"targets": [
"StemColor"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "13.0",
"platformName": "ios"
},
{
"options": [],
"version": "11.0",
"platformName": "macos"
},
{
"options": [],
"version": "13.0",
"platformName": "tvos"
},
{
"options": [],
"version": "6.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [],
"toolsVersion": {
"_version": "5.5.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- None
Dependencies
{
"url": "/usr/src/package",
"name": "Stem",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": []
}