Skip to content

Commit

Permalink
CocoaPod config fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadmssm committed Jan 16, 2024
1 parent 0c991fc commit acbe898
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions FunnelConnectSDK.podspec → FunnelConnect.podspec
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
16 changes: 8 additions & 8 deletions README.md
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>


Expand All @@ -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/).
Expand All @@ -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)**.

0 comments on commit acbe898

Please sign in to comment.