forked from danielebogo/DBPrivacyHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDBPrivacyHelper.podspec
More file actions
22 lines (17 loc) · 850 Bytes
/
DBPrivacyHelper.podspec
File metadata and controls
22 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "DBPrivacyHelper"
s.version = "0.6.3"
s.summary = "Quick category to explain the right place to enable your privacy settings"
s.description = <<-DESC
Quick UIViewController category to explain the right place to enable your privacy settings
DESC
s.homepage = "https://github.com/danielebogo/DBPrivacyHelper"
s.license = "MIT"
s.author = { "Daniele Bogo" => "me@bogodaniele.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/danielebogo/DBPrivacyHelper.git", :tag => "0.6.3" }
s.source_files = "DBPrivacyHelper/*.{h,m}"
s.resources = ['DBPrivacyHelper/*.xcassets', 'DBPrivacyHelper/DBPrivacyHelperLocalizations/**']
s.frameworks = "UIKit", "Foundation"
s.requires_arc = true
end