Skip to content

Commit

Permalink
update podspec 2.3.51 -> 2.3.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Kainosuke Obata committed May 24, 2017
1 parent 60e9969 commit 5207575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NCMB.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NCMB"
s.version = "2.3.51"
s.version = "2.3.52"
s.summary = "NCMB is SDK for NIFTY Cloud mobile backend."
s.description = <<-DESC
NCMB is SDK for NIFTY Cloud mobile backend.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = "Apache License, Version 2.0"
s.author = "NIFTY Corporation"
s.platform = :ios, "5.1"
s.source = { :git => 'https://github.com/phisz/ncmb_ios.git', :tag => '2.3.51' }
s.source = { :git => 'https://github.com/phisz/ncmb_ios.git', :tag => '2.3.52' }
s.source_files = "NCMB/**/*.{h,m,c}"
s.frameworks = "Foundation", "UIKit", "MobileCoreServices", "AudioToolbox", "SystemConfiguration"
s.requires_arc = true
Expand Down

0 comments on commit 5207575

Please sign in to comment.