Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users on potential account hijacks.
Castle is available through CocoaPods, Carthage and Switft Package Manager.
Add Castle as a dependency by including it in your Podfile
.
pod "Castle", "1.0.10"
Add Castle as a dependency by including it in your Cartfile
.
github "castle/castle-ios"
Add Castle as a dependency by adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/castle/castle-ios.git", .upToNextMajor(from: "1.0.10"))
]
Please see the Mobile Integration Guide.
Library size is approximately 74kb and was calculated using the cocoapods-size tool from Google.
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco