-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'FunnelConnectSDK' | ||
spec.name = 'FunnelConnect' | ||
spec.version = ENV['LIB_VERSION'] || '0.1.14' #fallback to major version | ||
spec.summary = 'FunnelConnectSDK for iOS' | ||
spec.summary = 'FunnelConnect for iOS' | ||
spec.homepage = 'https://github.com/Teavaro/FunnelConnect-iOS-SDK' | ||
spec.source = { :git=> 'https://github.com/Teavaro/FunnelConnect-iOS-SDK.git', :tag => spec.version } | ||
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
spec.authors = { 'FunnelConnectSDK' => '[email protected]' } | ||
spec.authors = { 'FunnelConnect' => '[email protected]' } | ||
spec.license = 'Commercial' | ||
spec.vendored_frameworks = 'FunnelConnectSDK.xcframework' | ||
spec.vendored_frameworks = 'FunnelConnect.xcframework' | ||
spec.libraries = 'c++' | ||
spec.ios.deployment_target = '12' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<h1 align ="center"><b style='color:#2270FF'>FunnelConnect-iOS-SDK</b></h1> | ||
<h1 align ="center"><b style='color:#2270FF'>FunnelConnect iOS SDK</b></h1> | ||
|
||
|
||
<p align="center"> | ||
<a href="https://cocoapods.org/pods/FunnelConnectSDK"><img src="https://img.shields.io/cocoapods/p/FunnelConnectSDK.svg?style=flat"></a> | ||
<a href="https://cocoapods.org/pods/FunnelConnectSDK"><img src="https://img.shields.io/badge/Swift-5.3-F16D39.svg?style=flat"></a> | ||
<a href="https://raw.githubusercontent.com/Teavaro/FunnelConnectSDK/main/LICENSE"><img src="https://img.shields.io/cocoapods/l/FunnelConnectSDK.svg?style=flat"></a> | ||
<a href="https://docs.teavaro.com/documentation/ios/services/getting-started/#2-cocoapods"><img src="https://img.shields.io/cocoapods/v/FunnelConnectSDK.svg?style=flat-square&color=blue"></a> | ||
<a href="https://docs.teavaro.com/documentation/ios/services/getting-started/#1-swift-package-manager-spm"><img src="https://img.shields.io/cocoapods/v/FunnelConnectSDK.svg?style=flat-square&color=brightgreen&label=Swift Package Manager"></a> | ||
<a href="https://cocoapods.org/pods/FunnelConnect"><img src="https://img.shields.io/cocoapods/p/FunnelConnect.svg?style=flat"></a> | ||
<a href="https://cocoapods.org/pods/FunnelConnect"><img src="https://img.shields.io/badge/Swift-5.3-F16D39.svg?style=flat"></a> | ||
<a href="https://raw.githubusercontent.com/Teavaro/FunnelConnect/main/LICENSE"><img src="https://img.shields.io/cocoapods/l/FunnelConnect.svg?style=flat"></a> | ||
<a href="https://docs.teavaro.com/documentation/ios/services/getting-started/#2-cocoapods"><img src="https://img.shields.io/cocoapods/v/FunnelConnect.svg?style=flat-square&color=blue"></a> | ||
<a href="https://docs.teavaro.com/documentation/ios/services/getting-started/#1-swift-package-manager-spm"><img src="https://img.shields.io/cocoapods/v/FunnelConnect.svg?style=flat-square&color=brightgreen&label=Swift Package Manager"></a> | ||
</p> | ||
|
||
|
||
|
@@ -20,7 +20,7 @@ | |
- [License](#license) | ||
|
||
## Overview | ||
FunnelConnect-iOS SDK reduces the time and the overhead required to integrate with FunnelConnect APIs and provides direct access to FunnelConnect services. | ||
FunnelConnect SDK reduces the time and the overhead required to integrate with FunnelConnect APIs and provides direct access to FunnelConnect services. | ||
|
||
## Installation and integration: | ||
For installation and integration please check the SDK [documentation](https://docs.teavaro.com/documentation/). | ||
|
@@ -32,5 +32,5 @@ For installation and integration please check the SDK [documentation](https://do | |
- [Send us an email](mailto:[email protected] "Email us") | ||
|
||
## License: | ||
**FunnelConnect-iOS SDK** is released under **Teavaro Ltd. [license](https://github.com/Teavaro/FunnelConnect-iOS-SDK/blob/main/LICENSE)**. | ||
**FunnelConnect iOS SDK** is released under **Teavaro Ltd. [license](https://github.com/Teavaro/FunnelConnect-iOS-SDK/blob/main/LICENSE)**. | ||
|