Skip to content

Commit 695a010

Browse files
authored
Merge pull request #2 from loopsocial/ISDK-935-update-pod-spec
ISDK-935 Update pod spec
2 parents 5f74989 + a7af2df commit 695a010

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ local-dependencies/
1111
.swiftpm/
1212

1313
/IDEWorkspaceChecks.plist
14+
15+
Package.resolved

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [0.1.0] - 2021.03.26
6+
## [0.2.0]
7+
8+
### Added
9+
10+
- CocoaPod dependencies
11+
12+
## [0.1.0]
713

814
### Added
915
- Initial Release with Sample Code

FireworkVideoGAMSupport.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
Pod::Spec.new do |s|
22
s.name = 'FireworkVideoGAMSupport'
3-
s.version = '0.1.0'
3+
s.version = '0.2.0'
44
s.summary = 'FireworkVideoGAMSupport'
55

66
s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_gam_support'
77
s.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
88
s.author = "Loop Now Technologies, Inc."
9-
s.platform = :ios, "11.0"
9+
s.platform = :ios, "12.0"
1010
s.module_name = "FireworkVideoGAMSupport"
1111
s.source = { :http => "https://github.com/loopsocial/firework_ios_sdk_gam_support/releases/download/v#{s.version}/FireworkVideoGAMSupport-v#{s.version}.xcframework.zip" }
1212

1313
s.preserve_paths = "FireworkVideoGAMSupport.xcframework"
1414
s.ios.vendored_frameworks = "FireworkVideoGAMSupport.xcframework"
1515
s.cocoapods_version = '>= 1.10.0'
1616

17+
s.dependency 'Google-Mobile-Ads-SDK', '~> 8.3'
18+
1719
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
],
1616
targets: [
1717
.binaryTarget(name: "FireworkVideoGAMSupport",
18-
url: "https://github.com/loopsocial/firework_ios_sdk_gam_support/releases/download/v0.1.0/FireworkVideoGAMSupport-v0.1.0.xcframework.zip",
18+
url: "https://github.com/loopsocial/firework_ios_sdk_gam_support/releases/download/v0.2.0/FireworkVideoGAMSupport-v0.2.0.xcframework.zip",
1919
checksum: "7a3816a368926af23ab279522ab3cfd341d9215211be22d1a296f3eb93f20d68"),
2020
]
2121
)

0 commit comments

Comments
 (0)