Skip to content

Commit

Permalink
Release 1.3 (#257)
Browse files Browse the repository at this point in the history
* pod up-to-date

* bumped version to 1.3
  • Loading branch information
yoalex5 authored and ppuviarasu committed Nov 21, 2019
1 parent 04fd940 commit 90f319c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
PODS:
- Google-Mobile-Ads-SDK (7.51.0):
- Google-Mobile-Ads-SDK (7.52.0):
- GoogleAppMeasurement (~> 6.0)
- GoogleAppMeasurement (6.1.3):
- GoogleAppMeasurement (6.1.6):
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/MethodSwizzler (~> 6.0)
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (~> 0.3.901)
- GoogleUtilities/AppDelegateSwizzler (6.3.1):
- nanopb (= 0.3.9011)
- GoogleUtilities/AppDelegateSwizzler (6.3.2):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (6.3.1)
- GoogleUtilities/Logger (6.3.1):
- GoogleUtilities/Environment (6.3.2)
- GoogleUtilities/Logger (6.3.2):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (6.3.1):
- GoogleUtilities/MethodSwizzler (6.3.2):
- GoogleUtilities/Logger
- GoogleUtilities/Network (6.3.1):
- GoogleUtilities/Network (6.3.2):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (6.3.1)"
- GoogleUtilities/Reachability (6.3.1):
- "GoogleUtilities/NSData+zlib (6.3.2)"
- GoogleUtilities/Reachability (6.3.2):
- GoogleUtilities/Logger
- mopub-ios-sdk (5.9.0):
- mopub-ios-sdk/MoPubSDK (= 5.9.0)
- mopub-ios-sdk/Avid (5.9.0):
- mopub-ios-sdk (5.10.0):
- mopub-ios-sdk/MoPubSDK (= 5.10.0)
- mopub-ios-sdk/Avid (5.10.0):
- mopub-ios-sdk/Core
- mopub-ios-sdk/Core (5.9.0)
- mopub-ios-sdk/Moat (5.9.0):
- mopub-ios-sdk/Core (5.10.0)
- mopub-ios-sdk/Moat (5.10.0):
- mopub-ios-sdk/Core
- mopub-ios-sdk/MoPubSDK (5.9.0):
- mopub-ios-sdk/MoPubSDK (5.10.0):
- mopub-ios-sdk/Avid
- mopub-ios-sdk/Core
- mopub-ios-sdk/Moat
- nanopb (0.3.901):
- nanopb/decode (= 0.3.901)
- nanopb/encode (= 0.3.901)
- nanopb/decode (0.3.901)
- nanopb/encode (0.3.901)
- nanopb (0.3.9011):
- nanopb/decode (= 0.3.9011)
- nanopb/encode (= 0.3.9011)
- nanopb/decode (0.3.9011)
- nanopb/encode (0.3.9011)

DEPENDENCIES:
- Google-Mobile-Ads-SDK
Expand All @@ -53,12 +53,12 @@ SPEC REPOS:
- nanopb

SPEC CHECKSUMS:
Google-Mobile-Ads-SDK: 5c625884f0788d22b48e3bb641e1d65c673dc7a5
GoogleAppMeasurement: 434cc7be25e71dc04b8d0e3079125127b330e84a
GoogleUtilities: f895fde57977df4e0233edda0dbeac490e3703b6
mopub-ios-sdk: 7a5d264dc92c3e6c791bdcd476a2602f71acf331
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
Google-Mobile-Ads-SDK: 62f6244637306cb60a1b4adda067f53224c7a860
GoogleAppMeasurement: dfe55efa543e899d906309eaaac6ca26d249862f
GoogleUtilities: 547a86735c6f0ee30ad17e94df4fc21f616b71cb
mopub-ios-sdk: 3d65133b95b6498aa871a66818a11a5ba307e565
nanopb: 18003b5e52dab79db540fe93fe9579f399bd1ccd

PODFILE CHECKSUM: 5c4351d4e75f65cb1308b2f5c85e51a6f8849ab2

COCOAPODS: 1.8.1
COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion PrebidMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobile"
s.version = "1.2"
s.version = "1.3"
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>PrebidMobileName</key>
<string>$(PREBID_MOBILE_NAME)</string>
<key>PrebidMobileName</key>
<string>$(PREBID_MOBILE_NAME)</string>
</dict>
</plist>

0 comments on commit 90f319c

Please sign in to comment.