Sfoglia il codice sorgente

[Add] IPUPush (4.0.1)

秋林 3 anni fa
parent
commit
49d1cb9bfb
1 ha cambiato i file con 26 aggiunte e 0 eliminazioni
  1. 26 0
      IPUPush/4.0.1/IPUPush.podspec

+ 26 - 0
IPUPush/4.0.1/IPUPush.podspec

@ -0,0 +1,26 @@
1
2
Pod::Spec.new do |spec|
3
4
  spec.name         = "IPUPush"
5
  spec.version      = "4.0.1"
6
  spec.summary      = "IPU移动框架"
7
  spec.description  = "IPU移动框架iOS推送插件"
8
  spec.homepage     = "http://aiipu.com"
9
  spec.license      = "MIT"
10
  spec.author       = { "" => "asiainfoipu@aiipu.com" }
11
  spec.platform     = :ios, "9.0"
12
13
14
  spec.source                 = { :git => "http://10.1.235.20:3000/ipu/ios-share.git", :tag => "#{spec.version}" }
15
  spec.source_files           = "IPUFrameworks/IPUPush.framework/Headers/*.{h}"
16
  spec.ios.vendored_framework = "IPUFrameworks/IPUPush.framework"
17
  
18
  spec.dependency "IPUFoundation"
19
  spec.dependency "IPUMobile"
20
  spec.dependency "IPULib"
21
22
  spec.requires_arc           = true
23
  spec.pod_target_xcconfig    = { 'skip_validation' => true, 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
24
  spec.user_target_xcconfig   = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }  
25
26
end