Skip to content

Commit

Permalink
[Update] Update AviarySDK podspecs to use git tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 14, 2012
1 parent 701df25 commit 48fc487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions AviarySDK/2.3.6/AviarySDK.podspec
Expand Up @@ -10,10 +10,7 @@ Pod::Spec.new do |s|
LICENSE
}
s.author = { "Aviary, Inc." => "api@aviary.com" }
s.source = {
:git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git",
:commit => "b4367ba60cfd16d897931113545fdfb7c0c0cde9"
}
s.source = { :git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git", :tag => "2.3.6" }
s.platform = :ios, '4.0'
s.source_files = 'AviarySDK/Headers/*'
s.resource = "AviarySDK/Resources/AviarySDKResources.bundle"
Expand Down
5 changes: 1 addition & 4 deletions AviarySDK/2.4.0/AviarySDK.podspec
Expand Up @@ -10,10 +10,7 @@ Pod::Spec.new do |s|
LICENSE
}
s.author = { "Aviary, Inc." => "api@aviary.com" }
s.source = {
:git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git",
:commit => "71a1831aca7911c4c5c3c7eb85f27eda387a768f"
}
s.source = { :git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git", :tag => "2.4.0" }
s.platform = :ios, '4.0'
s.source_files = 'AviarySDK/Headers/*'
s.resource = "AviarySDK/Resources/AviarySDKResources.bundle"
Expand Down
5 changes: 1 addition & 4 deletions AviarySDK/2.4.2/AviarySDK.podspec
Expand Up @@ -10,10 +10,7 @@ Pod::Spec.new do |s|
LICENSE
}
s.author = { "Aviary, Inc." => "api@aviary.com" }
s.source = {
:git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git",
:commit => "ce40f1a3e66abb70f9e65da1909cb730a3c8eb15"
}
s.source = { :git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git", :tag => "2.4.2" }
s.platform = :ios, '4.0'
s.source_files = 'AviarySDK/Headers/*'
s.resource = "AviarySDK/Resources/AviarySDKResources.bundle"
Expand Down

0 comments on commit 48fc487

Please sign in to comment.