Browse Source

[Add] IPUCount (4.0.1)

秋林 3 years ago
parent
commit
ceb762e8db
1 changed files with 21 additions and 0 deletions
  1. 21 0
      IPUCount/4.0.1/IPUCount.podspec

+ 21 - 0
IPUCount/4.0.1/IPUCount.podspec

@ -0,0 +1,21 @@
1
Pod::Spec.new do |spec|
2
3
  spec.name         = "IPUCount"
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/IpuCount.framework/Headers/*.{h}"
13
  spec.ios.vendored_framework = "IPUFrameworks/IpuCount.framework"
14
15
  spec.frameworks = "UIKit", "CoreLocation"
16
17
  spec.requires_arc         = true
18
  spec.pod_target_xcconfig  = { 'skip_validation' => true, 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
19
  spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }  
20
21
end