Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Update podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Schechter, David committed Aug 16, 2016
1 parent 0c52978 commit d6f8410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NMessenger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "NMessenger"
s.version = "1.0.7"
s.version = "1.0.0"
s.summary = "A fast, lightweight messenger component built on AsyncDisplaykit and written in Swift"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -91,7 +91,7 @@ NMessenger is a fast, lightweight messenger component built on AsyncDisplaykit a
# Not including the public_header_files will make all headers public.
#

s.source_files = "nMessenger/**/*.swift"
s.source_files = "nMessenger/Source/**/*.swift"
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand All @@ -106,7 +106,7 @@ NMessenger is a fast, lightweight messenger component built on AsyncDisplaykit a
#

# s.resource = "icon.png"
s.resources = ['nMessenger/Assets.xcassets', 'nMessenger/**/*.{png,jpeg,jpg,storyboard,xib}']
s.resources = ['nMessenger/Assets.xcassets', 'nMessenger/Source/**/*.{png,jpeg,jpg,xib}']

# s.preserve_paths = "FilesToSave", "MoreFilesToSave"

Expand Down

0 comments on commit d6f8410

Please sign in to comment.