Przeglądaj źródła

[Add] IPUMobileUI (4.0.1)

秋林 3 lat temu
rodzic
commit
a56fee099a
1 zmienionych plików z 27 dodań i 0 usunięć
  1. 27 0
      IPUMobileUI/4.0.1/IPUMobileUI.podspec

+ 27 - 0
IPUMobileUI/4.0.1/IPUMobileUI.podspec

@ -0,0 +1,27 @@
1
2
Pod::Spec.new do |spec|
3
  spec.name         = "IPUMobileUI"
4
  spec.version      = "4.0.1"
5
  spec.summary      = "IPU移动框架."
6
  spec.description  = "IPU移动框架iOS基础库"
7
  spec.homepage     = "http://aiipu.com"
8
  spec.author       = { "" => "asiainfoipu@aiipu.com" }
9
  spec.platform     = :ios, "9.0"
10
11
12
  spec.source                 = { :git => "http://10.1.235.20:3000/ipu/ios-share.git", :tag => "#{spec.version}" }
13
  spec.source_files           = "IPUFrameworks/IPUMobileUI.framework/Headers/*.{h}"
14
  spec.ios.vendored_framework = "IPUFrameworks/IPUMobileUI.framework"
15
  spec.resource               = "IPUFrameworks/IPUMobileUI.bundle"
16
  
17
  spec.dependency "IPUFoundation"
18
  spec.dependency "IPUMobile"
19
20
  spec.frameworks = "Foundation", "UIKit"
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
  spec.pod_target_xcconfig  = { 'OTHER_LDFLAGS' => '-lObjC' }
26
27
end