Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Meniny committed Jul 17, 2017
0 parents commit 7c71741
Show file tree
Hide file tree
Showing 50 changed files with 3,330 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
/CocoaPod Example/PitayaExample.xcworkspace
/CocoaPod Example/Podfile.lock
/CocoaPod Example/Pods
Binary file added Dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions Dialog.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "Dialog"
s.version = "1.0.0"
s.summary = "A delightful dialog view for iOS written in Swift"
s.description = <<-DESC
Fire is a delightful dialog view for iOS written in Swift.
DESC

s.homepage = "https://github.com/Meniny/Dialog"
s.license = 'MIT'
s.author = { "Meniny" => "Meniny@qq.com" }
s.source = { :git => "https://github.com/Meniny/Dialog.git", :tag => s.version.to_s }
s.social_media_url = 'https://meniny.cn/'

s.ios.deployment_target = '9.0'

s.source_files = 'Dialog/**/*.*'
s.public_header_files = 'Dialog/**/*{.h}'
s.frameworks = 'Foundation', 'UIKit'
end
Binary file added Dialog.psd.zip
Binary file not shown.
Loading

0 comments on commit 7c71741

Please sign in to comment.