-
Notifications
You must be signed in to change notification settings - Fork 117
/
UAAppReviewManager.podspec
20 lines (20 loc) · 1.29 KB
/
UAAppReviewManager.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "UAAppReviewManager"
s.version = "0.2.6"
s.summary = "UAAppReviewManager is a simple and lightweight App review prompting tool for iOS and Mac App Store apps."
s.description = <<-DESC
UAAppReviewManager is a simple and lightweight App review prompting tool for iOS and Mac App Store apps. It allows you to use it on iOS and Mac targets, allows affiliate links and it rewritten from the ground up for the modern, primetime app.
DESC
s.homepage = "https://github.com/urbanapps/UAAppReviewManager"
s.author = { "Matt Coneybeare" => "[email protected]" }
s.license = 'MIT'
s.ios.deployment_target = '5.1'
s.osx.deployment_target = '10.7'
s.requires_arc = true
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.weak_frameworks = 'StoreKit'
s.source = { :git => "https://github.com/UrbanApps/UAAppReviewManager.git", :tag => s.version.to_s }
s.source_files = "UAAppReviewManager.{h,m}"
s.ios.resource_bundles = { 'UAAppReviewManager-iOS' => ['Localization/*.lproj'] }
s.osx.resource_bundles = { 'UAAppReviewManager-OSX' => ['Localization/*.lproj'] }
end