Przeglądaj źródła

[Add] MJRefresh (3.7.9)

xcbosa mbp16 9 miesięcy temu
rodzic
commit
5aecdc3974
1 zmienionych plików z 15 dodań i 0 usunięć
  1. 15 0
      MJRefresh/3.7.9/MJRefresh.podspec

+ 15 - 0
MJRefresh/3.7.9/MJRefresh.podspec

@@ -0,0 +1,15 @@
+Pod::Spec.new do |s|
+    s.name         = 'MJRefresh'
+    s.version      = '3.7.9'
+    s.summary      = 'An easy way to use pull-to-refresh'
+    s.homepage     = 'https://git.forgetive.org/XCAppCollection/MJRefresh.git'
+    s.license      = 'MIT'
+    s.authors      = {'MJ Lee' => 'richermj123go@vip.qq.com'}
+    s.platform     = :ios, '12.0'
+    s.source       = {:git => 'https://git.forgetive.org/XCAppCollection/MJRefresh.git', :tag => s.version}
+    s.source_files = 'MJRefresh/**/*.{h,m}'
+    s.exclude_files = 'MJRefresh/include/**'
+    s.resource = 'MJRefresh/MJRefresh.bundle'
+    s.resource_bundles = { 'MJRefresh.Privacy' => 'MJRefresh/PrivacyInfo.xcprivacy' }
+    s.requires_arc = true
+end