Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed May 21, 2013
1 parent 4b0ce4a commit dd3f85a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NBUCore.podspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


Pod::Spec.new do |s|
s.name = "NBUCore"
s.version = "1.8.2"
Expand All @@ -13,7 +15,7 @@ Pod::Spec.new do |s|
s.resources = 'Source/**/*.{xib}'
s.framework = 'Security'
s.requires_arc = true
s.preserve_paths = "README.*", "NOTICE"
s.preserve_paths = "README.*", "NOTICE", "*.xcconfig"

s.dependency 'Lockbox', '~> 1.4.2'
s.dependency 'CocoaLumberjack', '<= 1.6'
Expand Down

0 comments on commit dd3f85a

Please sign in to comment.