Skip to content

Commit

Permalink
Prepare 10.0.0-beta08 release (#76)
Browse files Browse the repository at this point in the history
* Prepare 10.0.0-beta08 release

* Update README

* Update Podspec
  • Loading branch information
vanshg authored Oct 3, 2023
1 parent 5d8d3e8 commit c1eeaad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
## 10.0.0-beta08 (unreleased)
## 10.0.0-beta09 (unreleased)

### Added

### Changed

### Removed

## 10.0.0-beta08

### Added
- Document Verification
- Navigation router using `UINavigationController`
- Linting within Xcode
- Convenience method for partners to poll the `jobStatus` endpoint

### Changed
- Return images captured from selfie capture and document capture as URLs
- Return images captured from selfie capture and document capture as URLs

### Removed
- `filename` property from `PrepUploadRequest`
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can add SmileID as a dependency by adding it to the `dependencies` value of

```swift
dependencies: [
.package(url: "https://github.com/smileidentity/ios.git", .upToNextMajor(from: "10.0.0-beta05"))
.package(url: "https://github.com/smileidentity/ios.git", .upToNextMajor(from: "<latest-version>"))
]
```

Expand Down Expand Up @@ -91,4 +91,3 @@ Bug reports and Pull Requests are welcomed. Please see [CONTRIBUTING.md](CONTRIB
## License

[MIT License](LICENSE)

6 changes: 3 additions & 3 deletions SmileID.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'SmileID'
s.version = '10.0.0-beta07'
s.version = '10.0.0-beta08'
s.summary = 'The Official Smile Identity iOS SDK.'
s.homepage = "https://docs.smileidentity.com/mobile/ios"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Jubril O' => 'jubril@smileidentity.com', 'Japhet' => 'japhet@smileidentity.com', 'Juma Allan' => 'juma@smileidentity.com'}
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.0.0-beta07" }
s.author = { 'Jubril O' => 'jubril@smileidentity.com', 'Japhet' => 'japhet@smileidentity.com', 'Juma Allan' => 'juma@smileidentity.com', 'Vansh Gandhi' => 'vansh@smileidentity.com'}
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.0.0-beta08" }
s.ios.deployment_target = '13.0'
s.dependency 'Zip', '~> 2.1.0'
s.swift_version = '5.5'
Expand Down

0 comments on commit c1eeaad

Please sign in to comment.