-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathADNetPromoterScoreSurvey.podspec
37 lines (24 loc) · 1.62 KB
/
ADNetPromoterScoreSurvey.podspec
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
35
36
37
# Be sure to run `pod spec lint ADNetPromoterScoreSurvey.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
Pod::Spec.new do |s|
s.name = "ADNetPromoterScoreSurvey"
s.version = "2.1.2"
s.summary = "An iOS Net Promoter Score Survey"
s.description = <<-DESC
Net Promoter or Net Promoter Score (NPS) is a management tool that can be used to gauge the loyalty of a firm's customer relationships.
It serves as an alternative to traditional customer satisfaction research and claims to be correlated with revenue growth.
NPS has been widely adopted with more than two thirds of Fortune 1000 companies using the metric.
DESC
s.homepage = "https://github.com/Autodesk/ADNetPromoterScoreSurvey-iOS"
s.screenshots = ["https://raw.githubusercontent.com/Autodesk/ADNetPromoterScoreSurvey-iOS/master/Assets/iphone1.png",
"https://raw.githubusercontent.com/Autodesk/ADNetPromoterScoreSurvey-iOS/master/Assets/iphone2.png",
"https://raw.githubusercontent.com/Autodesk/ADNetPromoterScoreSurvey-iOS/master/Assets/iphone3.png"]
s.license = "MIT"
s.author = { "Tomer Shalom" => "[email protected]" }
s.social_media_url = "https://twitter.com/applitom"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/Autodesk/ADNetPromoterScoreSurvey-iOS.git", :tag => "#{s.version}" }
s.source_files = "ADNetPromoterScoreSurvey/**/*.{h,m,swift}"
s.resources = "ADNetPromoterScoreSurvey/**/*.{xib,xcassets}"
s.swift_version = "5.0"
end