grizzly / AppRating

AppRating - iOS App Rating for Swift 5
https://cocoapods.org/pods/AppRating
MIT License
67 stars 15 forks source link

SPM support #16

Closed furiosFast closed 4 years ago

furiosFast commented 4 years ago

hi, Can you add the support for Swift Package Manager?

Thank

grizzly commented 4 years ago

Working on it...

furiosFast commented 4 years ago

something like this: let package = Package( name: "AppRating", platforms: [ .iOS(.v12), .macOS(.v10_5) ], products: [ .library(name: "AppRating", targets: ["AppRating"]), ], targets: [ .target(name: "AppRating", path: "AppRating"), ], swiftLanguageVersions: [.v4] )

grizzly commented 4 years ago

I am working on it on the branch https://github.com/grizzly/AppRating/tree/feature/SwiftPackageManger .

furiosFast commented 4 years ago

it works, localizations too!!!!