This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathADAppRater.podspec
More file actions
34 lines (28 loc) · 2.17 KB
/
ADAppRater.podspec
File metadata and controls
34 lines (28 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Pod::Spec.new do |s|
s.name = "ADAppRater"
s.version = "1.1.3"
s.summary = "ADAppRater promotes your apps by targeting satisfied users and asking them to rate your app"
s.description = <<-DESC
ADAppRater is a component intended to help you promote your apps in the App Store by targeting satisfied users and asking them to rate your app.
By pinpointing users who regularly engage with and think highly of your app, this approach is one of the best ways to earn positive app reviews. Following a simple installation process, you can see drastic improvements in your store rating in a matter of weeks.
Features:
1. Target only satisfied users to achieve a higher App Store rating
2. Collect valuable feedback and complaints from dissatisfied users
3. Easy to define usage parameters to target only experienced users
4. Supports multiple scenarios of significant events to target users who have completed a flow
5. You can create your own custom UI
DESC
s.author = { "Amir Shavit" => "amir.shavit@autodesk.com" }
s.social_media_url = "https://twitter.com/ashavit3"
s.homepage = "http://www.autodesk.com"
s.screenshots = [ "https://raw.githubusercontent.com/Autodesk/ADAppRater-iOS/master/Assets/Screenshots/Screenshot1_Satisfaction.png",
"https://raw.githubusercontent.com/Autodesk/ADAppRater-iOS/master/Assets/Screenshots/Screenshot2_Rate.png",
"https://raw.githubusercontent.com/Autodesk/ADAppRater-iOS/master/Assets/Screenshots/Screenshot3_Feedback.png" ]
s.license = { :type => "MIT", :file => "LICENCE.md" }
s.source = { :git => "https://github.com/Autodesk/ADAppRater-iOS.git", :tag => '1.1.3' }
s.platform = :ios, '8.0'
s.source_files = 'ADAppRater/**/*.{h,m}'
s.resources = 'ADAppRater/ADAppRater.bundle'
s.frameworks = 'Foundation', 'UIKit'
s.requires_arc = true
end