Skip to content

Commit

Permalink
passing podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Rafaj committed Mar 26, 2016
1 parent 0ef4dcc commit 27e8113
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
20 changes: 7 additions & 13 deletions DialogView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@
Pod::Spec.new do |s|
s.name = "DialogView"
s.version = "0.1.0"
s.summary = "A short description of DialogView."
s.summary = "Highly customisable dialog (alert) view made in swift."

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
DESC
s.description = "You can customise pretty much anything prom inner paddings and margins to all colors and views. Please refer to the README.md for instructions"

s.homepage = "https://github.com/<GITHUB_USERNAME>/DialogView"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.homepage = "https://github.com/manGoweb/DialogView"
s.screenshots = "https://raw.githubusercontent.com/manGoweb/DialogView/master/_orig/screenshot1.jpg", "https://raw.githubusercontent.com/manGoweb/DialogView/master/_orig/screenshot2.jpg"
s.license = 'MIT'
s.author = { "Ondrej Rafaj" => "ondrej.rafaj@fuerteint.com" }
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/DialogView.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.author = { "Ondrej Rafaj" => "rafaj@mangoweb.cz" }
s.source = { :git => "https://github.com/manGoweb/DialogView.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/rafiki270'

s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pod "DialogView"

#### Author

Ondrej Rafaj, [email protected]
Ondrej Rafaj, manGoweb.cz <[email protected]>

#### License

Expand Down

0 comments on commit 27e8113

Please sign in to comment.