Skip to content

Commit

Permalink
Merge branch 'feature/SwiftPackageManger' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzly committed Oct 10, 2020
2 parents 9f2fdcf + 9f19e77 commit fd6fe92
Show file tree
Hide file tree
Showing 87 changed files with 99 additions and 1,457 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions AppRating.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = "AppRating"
spec.version = "1.4.4"
spec.swift_version = "4.2"
spec.summary = "A simple yet powerful App Review Manager for iOS in Swift 4.2. Now supporting SKStoreReviewController API. Based on ArmChair."
spec.version = "1.5.0"
spec.swift_version = "5.0"
spec.summary = "A simple yet powerful App Review Manager for iOS in Swift 5.0. Now supporting SKStoreReviewController API. Based on ArmChair."
spec.description = <<-DESC
A simple yet powerful App Review Manager for iOS and OSX in Swift.
* 100% Swift 4
* 100% Swift 5
* First and only App Rating Library that supports SKStoreReviewController
* Fully Configurable at Runtime
* Default Localizations for Dozens of Languages
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "10.3"
spec.requires_arc = true
spec.source = { git: "https://github.com/grizzly/AppRating.git", tag: "#{spec.version}", submodules: true }
spec.source_files = "AppRating/**/*.{h,swift}"
spec.source_files = "Sources/**/*.{h,swift}"
spec.ios.resource_bundle = { 'AppRating' => ['Localization/*.lproj'] }
end
744 changes: 0 additions & 744 deletions AppRating.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

99 changes: 0 additions & 99 deletions AppRating.xcodeproj/xcshareddata/xcschemes/AppRating.xcscheme

This file was deleted.

91 changes: 0 additions & 91 deletions AppRating.xcodeproj/xcshareddata/xcschemes/Example.xcscheme

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions AppRatingTests/AppRatingTests.swift

This file was deleted.

22 changes: 0 additions & 22 deletions AppRatingTests/Info.plist

This file was deleted.

Loading

0 comments on commit fd6fe92

Please sign in to comment.