1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/LiFengfeng-FFToast

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
FFToast.podspec 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
imlifengfeng Отправлено 18.02.2017 14:07 7c3ac27
Pod::Spec.new do |s|
s.name = 'FFToast'
s.version = '1.0.0'
s.summary = 'message notification for iOS.'
s.description = 'This is a simple extension of an iOS message notification that can be used to pop up a prompt at the top or bottom of the screen. You can customize it according to their own display.'
s.homepage = "https://github.com/imlifengfeng/FFToast"
s.screenshots = 'http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img1.png', 'http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img2.png', 'http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img3.png', 'http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img4.png', 'http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img5.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "imlifengfeng" => "imlifengfeng@gmail.com" }
s.source = { :git => 'https://github.com/imlifengfeng/FFToast.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'FFToast/Classes/**/*'
s.resource_bundles = {
'FFToast' => ['FFToast/Assets/*.png']
}
end

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/LiFengfeng-FFToast.git
git@api.gitlife.ru:oschina-mirror/LiFengfeng-FFToast.git
oschina-mirror
LiFengfeng-FFToast
LiFengfeng-FFToast
master