|
|
|
|
16
|
#
|
16
|
#
|
17
|
|
17
|
|
18
|
spec.name = "IPUMobile"
|
18
|
spec.name = "IPUMobile"
|
19
|
spec.version = "0.0.1"
|
|
|
|
|
19
|
spec.version = "3.1"
|
20
|
spec.summary = "IPU框架的基础部分."
|
20
|
spec.summary = "IPU框架的基础部分."
|
21
|
|
21
|
|
22
|
# This description is used to generate tags and improve search results.
|
22
|
# This description is used to generate tags and improve search results.
|
|
|
|
|
39
|
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
|
39
|
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
|
40
|
#
|
40
|
#
|
41
|
|
41
|
|
42
|
# spec.license = "MIT (example)"
|
|
|
43
|
# spec.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
|
|
|
|
42
|
spec.license = "MIT"
|
|
|
43
|
spec.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
44
|
|
44
|
|
45
|
|
45
|
|
46
|
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
46
|
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
|
|
|
|
77
|
# Supports git, hg, bzr, svn and HTTP.
|
77
|
# Supports git, hg, bzr, svn and HTTP.
|
78
|
#
|
78
|
#
|
79
|
|
79
|
|
80
|
spec.source = { :git => "http://10.1.235.20:3000/ipu/ios-share.git", :tag => "#{spec.version}" }
|
|
|
|
|
80
|
spec.source = { :git => "http://10.1.235.20:3000/ipu/ios-share.git", :branch => "master" }
|
81
|
spec.ios.vendored_frameworks = 'IPUCommon/IPUFoundation.framework', 'IPUCommon/IPUMobile.framework', 'IPUCommon/IPULib.framework', 'IPUCommon/IPUMobileUI.framework', 'IPUCommon/IPUMobileFunc.framework'
|
81
|
spec.ios.vendored_frameworks = 'IPUCommon/IPUFoundation.framework', 'IPUCommon/IPUMobile.framework', 'IPUCommon/IPULib.framework', 'IPUCommon/IPUMobileUI.framework', 'IPUCommon/IPUMobileFunc.framework'
|
82
|
|
82
|
|
83
|
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
83
|
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
|
|
|
|
118
|
spec.frameworks = 'UIKit','Foundation', "QuartzCore", "JavaScriptCore", "Security", "SystemConfiguration", "CoreGraphics", "ExternalAccessory", "CFNetwork", "GLKit", "CoreTelephony", "AVFoundation", "AudioToolbox"
|
118
|
spec.frameworks = 'UIKit','Foundation', "QuartzCore", "JavaScriptCore", "Security", "SystemConfiguration", "CoreGraphics", "ExternalAccessory", "CFNetwork", "GLKit", "CoreTelephony", "AVFoundation", "AudioToolbox"
|
119
|
|
119
|
|
120
|
# spec.library = "iconv"
|
120
|
# spec.library = "iconv"
|
121
|
spec.libraries = "libc++", "libz", "libstdc++.6.0.9", "libsqlite3", "libiconv.2", "libz.1"
|
|
|
|
|
121
|
spec.libraries = "c++.tbd", "z.tbd", "stdc++.6.0.9.tbd", "sqlite3.tbd", "iconv.2.tbd", "z.1.tbd"
|
122
|
|
122
|
|
123
|
|
123
|
|
124
|
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
124
|
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|