Skip to content

Commit

Permalink
Updating files for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
${GITLAB_USER_ID} authored and ${GITLAB_USER_ID} committed Sep 27, 2021
1 parent 44100ce commit c7436d5
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Partnerize.framework.DSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file modified Partnerize.framework.DSYM/Contents/Resources/DWARF/Partnerize
Binary file not shown.
Binary file removed Partnerize.framework/Frameworks/libswiftCore.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Partnerize.framework/Frameworks/libswiftDarwin.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Partnerize.framework/Info.plist
Binary file not shown.
Binary file modified Partnerize.framework/Partnerize
Binary file not shown.
4 changes: 2 additions & 2 deletions Partnerize.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Partnerize'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'Partnerize App Tracking iOS framework.'
s.description = 'App Tracking SDK provided by Parnerize to aid advertisers in connecting in-app purchases to their performance marketing activity.'
s.homepage = 'https://github.com/PerformanceHorizonGroup/partnerize-mobile-sdk-ios'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache License, Version 2.0', :file => 'PartnerizePod/LICENSE' }
s.swift_version = '4.2'
s.platform = :ios, '9.0'
s.source = { :http => 'https://github.com/PerformanceHorizonGroup/partnerize-mobile-sdk-ios/releases/download/1.3.0/PartnerizePod.zip' }
s.source = { :http => 'https://github.com/PerformanceHorizonGroup/partnerize-mobile-sdk-ios/releases/download/1.3.1/PartnerizePod.zip' }
s.source_files = 'PartnerizePod/Partnerize.framework/Headers/*.{h,m}'
s.ios.deployment_target = '9.0'
s.ios.vendored_frameworks = 'PartnerizePod/Partnerize.framework'
Expand Down

0 comments on commit c7436d5

Please sign in to comment.