Skip to content

Commit

Permalink
fixing podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Pourhadi committed May 20, 2017
1 parent 620a6ce commit 636d462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
3.0
6 changes: 3 additions & 3 deletions FloatingView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "FloatingView"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "Floating Dragable View"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -77,7 +77,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/PersianDevelopers/FloatingView", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/PersianDevelopers/FloatingView.git", :tag => "#{s.version}" }

# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand All @@ -87,7 +87,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "FloatingView","Classes/**/"
s.source_files = "Classes","Classes/**/"
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit 636d462

Please sign in to comment.