Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Added #3

Merged
merged 4 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ApMobileSDK.podspec
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check versioning consistency.

Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Pod::Spec.new do |spec|

spec.name = "ApMobileSDK"
spec.version = "1.0.0"
spec.version = "v1.0.0"
spec.summary = "ApMobileSDK provides full screen ad formats such as Smart Rewarded and Smart Interstitial ads for the iOS apps"
spec.description = "ApMobileSDK is easy to implement SDK provides full screen ad formats such as Smart Rewarded and Smart Interstitial ads for the iOS apps it also provides in built logging functionality."
spec.homepage = "https://github.com/adpushup/ApiOSSDK"
spec.license = { :type => "Proprietary", :text => "LICENSE" }
spec.author = { "rishh18" => "[email protected]" }
spec.platform = :ios, "14.0"
spec.source = { :git => "https://github.com/adpushup/ApiOSSDK.git", :tag => "1.0.0" }
spec.source = { :git => "https://github.com/adpushup/ApiOSSDK.git", :tag => "v1.0.0" }
spec.swift_version = "5.0"
spec.vendored_frameworks = "Sources/ApMobileSDK.xcframework"
spec.dependency "Google-Mobile-Ads-SDK"
Expand Down
Loading