Skip to content

Commit

Permalink
Updated posdpec
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiArdelean1 committed Feb 19, 2019
1 parent 1e9ca5d commit df6c7d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions PathMorphing.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Pod::Spec.new do |s|
#

s.name = "PathMorphing"
s.version = "0.0.1"
s.summary = "PathMorphing provides tools for animating the transition between two CGPaths."
s.version = "0.0.2"
s.summary = "Tools for animating the transition between two CGPaths."

# 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?
Expand Down Expand Up @@ -91,8 +91,8 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "PathMorphing", "PathMorphing/**/*.{swift}"
s.exclude_files = "PathMorphing/Exclude"
s.source_files = "Source/**/*.{swift}"
s.exclude_files = "Source/Exclude"

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

Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit df6c7d0

Please sign in to comment.