-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPeregrine.podspec
More file actions
14 lines (14 loc) · 902 Bytes
/
Peregrine.podspec
File metadata and controls
14 lines (14 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |spec|
spec.name = "Peregrine"
spec.version = "0.13.2"
spec.summary = "The Swift library that serves Peregrine Web Frames as SwiftUI views"
spec.description = "Peregrine is a set of native and web libraries for building hybrid apps using web technologies. For both iOS and Android, Peregrine provides an elegant way to add feature-rich web views, called Web Frames, to new and existing native apps."
spec.homepage = "https://peregrinejs.com/en/docs/ios"
spec.license = "MIT"
spec.author = "Dan Imhoff"
spec.social_media_url = "https://twitter.com/Peregrine_JS"
spec.platform = :ios, "14.0"
spec.swift_versions = "5"
spec.source = { :git => "https://github.com/peregrinejs/Peregrine-iOS.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/Peregrine/**/*.swift"
end