Skip to content

Commit 548c881

Browse files
committed
Fix README
1 parent b8f19ed commit 548c881

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

GeoHelper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Pod::Spec.new do |s|
22
s.name = 'GeoHelper'
33
s.version = '1.0.0'
44
s.summary = "Implementation of the library for the GeoHelper service for Apple platforms (iOS / MacOS)"
5-
s.homepage = 'https://github.com/simla-tech/GeoHelper'
5+
s.homepage = 'https://github.com/simla-tech/GeoHelperSwift'
66
s.social_media_url = 'https://www.simla.com'
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.author = { 'Ilya Kharlamov' => '[email protected]' }
99
s.source = { :git => 'https://github.com/simla-tech/GeoHelperSwift.git', :tag => s.version.to_s }
1010

11-
s.swift_version = '5.0'
11+
s.swift_version = '5.7'
1212
s.ios.deployment_target = '14.0'
1313

1414
s.source_files = [

Project.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ let project = Project(
1616
sources: .defaultTestsPath,
1717
dependencies: [.target(name: .GeoHelper)]
1818
)
19-
]
19+
],
20+
additionalFiles: ["README.MD", "Package.swift", "GeoHelper.podspec"]
2021
)

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ Implementation of the library for the [GeoHelper service](http://geohelper.info)
66

77
- iOS 14.0+ / MacOS 10.15+
88
- Xcode 14.0+
9-
- Swift 5.0+
9+
- Swift 5.7+
1010

1111
## Features
1212

1313
- [x] Flexible configuration
1414
- [x] Full coverage of integration tests
1515
- [x] Support Async / Await syntax
16-
- [x] Detailed [documentation]() (only Russian localization)
16+
- [x] Detailed [documentation](https://simla-tech.github.io/GeoHelperSwift/documentation/geohelper)
1717

1818
## Getting Started
1919

20-
The best way to start using GeoHelper is with the Getting Started guide.
21-
22-
[GeoHelper Docs]() describe how to integrate the framework and contains reference documentation about all components.
20+
The best way to start using GeoHelper is with the [Getting Started guide](https://simla-tech.github.io/GeoHelperSwift/documentation/geohelper/gettingstarted). It describe how to integrate the framework and contains reference documentation about all components.
2321

2422
## Installation
2523

0 commit comments

Comments
 (0)