Skip to content

Commit

Permalink
1.0.0-RC8 labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jedeikin committed Jun 4, 2014
1 parent b6d6852 commit a12600e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Documentation/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0-RC7'
version = '1.0.0-RC8'
# The full version, including alpha/beta/rc tags.
release = '1.0.0-RC7'
release = '1.0.0-RC8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions Loopy.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Loopy"
s.platform = :ios, '6.1'
s.version = "1.0.0-RC7"
s.version = "1.0.0-RC8"
s.summary = "iOS Library for the Loopy Social Analytics Platform."
s.description = "Allows iOS applications to interact with the Loopy API to provide rich sharing analytics."
s.homepage = "https://github.com/socialize/loopy-ios"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "David Jedeikin" => "[email protected]" }
s.dependency 'AFNetworking'
s.source = { :git => "https://github.com/socialize/loopy-ios.git", :tag => "1.0.0-RC7" }
s.source = { :git => "https://github.com/socialize/loopy-ios.git", :tag => "1.0.0-RC8" }
s.source_files = 'Loopy/**/*.{h,m}'
s.resources = 'Loopy/Resources/*.png','Loopy/LoopyApiInfo.plist'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-RC7
1.0.0-RC8

0 comments on commit a12600e

Please sign in to comment.