Bladeren bron

[Add] IPUFoundation (4.0.1)

秋林 3 jaren geleden
bovenliggende
commit
19eff7ad1b
1 gewijzigde bestanden met toevoegingen van 19 en 0 verwijderingen
  1. 19 0
      IPUFoundation/4.0.1/IPUFoundation.podspec

+ 19 - 0
IPUFoundation/4.0.1/IPUFoundation.podspec

@ -0,0 +1,19 @@
1
Pod::Spec.new do |spec|
2
3
  spec.name         = "IPUFoundation"
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
  spec.source                 = { :git => "http://10.1.235.20:3000/ipu/ios-share.git", :tag => "#{spec.version}" }
12
  spec.source_files           = "IPUFrameworks/IPUFoundation.framework/Headers/*.{h}"
13
  spec.ios.vendored_framework = "IPUFrameworks/IPUFoundation.framework"
14
15
  spec.requires_arc         = true
16
  spec.pod_target_xcconfig  = { 'skip_validation' => true, 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
17
  spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }  
18
19
end