Skip to content

Commit cfc6def

Browse files
committed
Bump to 2.0.2 (refresh README)
1 parent 295c49f commit cfc6def

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Carthage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "pixelbin-io/glamar-swift" ~> 2.0.1
1+
github "pixelbin-io/glamar-swift" ~> 2.0.2
22
github "Alamofire/Alamofire" ~> 5.9.1 # Alamofire dependency
33

GlamAR.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GlamAR'
3-
s.version = '2.0.1'
3+
s.version = '2.0.2'
44
s.summary = 'Enhance your web applications with advanced Augmented Reality (AR) features using the GlamAR SDK.'
55
s.description = <<-DESC
66
The GlamAR SDK enables developers to effortlessly integrate advanced Augmented Reality (AR) capabilities into their web applications. Utilizing machine learning and deep learning models, GlamAR tracks facial features and expressions, overlaying them with realistic 2D and 3D graphics in real-time. Ideal for creating immersive experiences like virtual try-ons for makeup, eyewear, accessories, nails, and hair, the SDK includes all the necessary components to help you focus on visual design while it handles the complex AR processes.
@@ -13,6 +13,8 @@ Pod::Spec.new do |s|
1313
s.source_files = 'Sources/**/*.{swift,h,m}'
1414
s.exclude_files = 'Example'
1515
s.swift_version = '5.8'
16+
s.documentation_url = 'https://raw.githubusercontent.com/pixelbin-io/glamar-swift/2.0.1/README.md'
17+
1618

1719
s.dependency 'Alamofire', '~> 5.9.1' # Alamofire dependency
1820
end

0 commit comments

Comments
 (0)