添加GMPhobos,全局下拉上拉埋点
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
This diff is collapsed.
... | @@ -16,6 +16,7 @@ Pod::Spec.new do |s| | ... | @@ -16,6 +16,7 @@ Pod::Spec.new do |s| |
s.source = { :git => "git@git.gengmei.cc:gengmeiios/GMRefresh.git", :tag => s.version.to_s } | s.source = { :git => "git@git.gengmei.cc:gengmeiios/GMRefresh.git", :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
s.dependency 'MJRefresh', '~> 3.1.0' | s.dependency 'MJRefresh', '~> 3.1.0' | ||
s.dependency 'GMPhobos' | |||
s.source_files = 'GMRefresh/Classes/**/*' | s.source_files = 'GMRefresh/Classes/**/*' | ||
s.resource_bundles = { | s.resource_bundles = { | ||
'GMRefresh' => ['GMRefresh/Assets/*.png'], | 'GMRefresh' => ['GMRefresh/Assets/*.png'], | ||
... | ... |
Please
register
or
sign in
to comment