-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Jedeikin
committed
Jun 4, 2014
1 parent
b6d6852
commit a12600e
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-RC7 | ||
1.0.0-RC8 |