diff --git a/YYText.podspec b/YYText.podspec index 05896a4d..d0159368 100644 --- a/YYText.podspec +++ b/YYText.podspec @@ -1,19 +1,24 @@ Pod::Spec.new do |s| s.name = 'YYText' s.summary = 'Powerful text framework for iOS to display and edit rich text.' - s.version = '1.0.7' + s.version = '1.1.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com' - s.homepage = 'https://github.com/ibireme/YYText' + s.homepage = 'https://github.com/castbox/YYText' s.platform = :ios, '6.0' s.ios.deployment_target = '6.0' - s.source = { :git => 'https://github.com/ibireme/YYText.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/castbox/YYText.git', :tag => s.version.to_s } s.requires_arc = true s.source_files = 'YYText/**/*.{h,m}' s.public_header_files = 'YYText/**/*.{h}' s.frameworks = 'UIKit', 'CoreFoundation','CoreText', 'QuartzCore', 'Accelerate', 'MobileCoreServices' - + + s.subspec 'Privacy' do |ss| + ss.resource_bundles = { + s.name => 'YYText/Resources/PrivacyInfo.xcprivacy' + } + end end diff --git a/YYText/Resources/PrivacyInfo.xcprivacy b/YYText/Resources/PrivacyInfo.xcprivacy new file mode 100755 index 00000000..86768b9f --- /dev/null +++ b/YYText/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyAccessedAPITypes + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + +