init
Showing
+482 -1
ErosPluginGeTui.podspec
0 → 100755
# coding: utf-8 | ||
Pod::Spec.new do |s| | ||
s.name = "ErosPluginGeTui" | ||
s.version = "1.0.1" | ||
s.summary = "ErosPluginGeTui Source ." | ||
s.homepage = 'https://github.com/bmfe/eros-plugin-ios-getui' | ||
s.license = "MIT" | ||
s.authors = { "xionghuayu" => "18601949015@163.com" } | ||
s.platform = :ios | ||
s.ios.deployment_target = "8.0" | ||
s.source = { :git => 'https://github.com/bmfe/eros-plugin-ios-getui.git', :tag => s.version.to_s } | ||
s.source_files = "Source/*.{h,m,mm}" | ||
s.requires_arc = true | ||
s.dependency 'GTSDK', '2.4.1.0-noidfa' | ||
s.dependency 'WeexPluginLoader' | ||
end |
LICENSE
0 → 100644
Source/BMPushMessageManager.h
0 → 100755
Source/BMPushMessageManager.m
0 → 100755
Source/BMPushModule.h
0 → 100644
Source/BMPushModule.m
0 → 100644
Source/Target_BMPush.h
0 → 100644
Source/Target_BMPush.m
0 → 100644
Please register or sign in to comment