Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Update Blotout-Analytics.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed May 26, 2021
1 parent f139cae commit 46605d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Blotout-Analytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Pod::Spec.new do |spec|
#

spec.name = "Blotout-Analytics"
spec.version = "0.7.0"
spec.version = "0.7.1"
spec.summary = "Blotout Mobile Analytics SDK"
spec.source = { :git => 'https://github.com/blotoutio/sdk-ios.git', :tag => '0.7.0' }
spec.source = { :git => 'https://github.com/blotoutio/sdk-ios.git', :tag => '0.7.1' }
spec.source_files = 'dist/sdk/**/*'
spec.public_header_files = 'dist/sdk/**/*.h'
spec.vendored_libraries = 'dist/sdk/libBlotoutAnalytics.a'
spec.platform = :ios, '9.0'
spec.platform = :ios, '12.0'
spec.static_framework = true

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 46605d0

Please sign in to comment.