Skip to content

Commit

Permalink
Update Alpha.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed Jul 24, 2015
1 parent dec6a41 commit c10cc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alpha.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |spec|
spec.author = { "Dal Rupnik" => "[email protected]" }
spec.social_media_url = "https://twitter.com/thelegoless"
spec.platform = :ios, "8.0"
spec.source = { :git => "https://github.com/legoless/Alpha.git" }
spec.source = { :git => "https://github.com/legoless/Alpha.git", :tag => "#{spec.version}" }
spec.ios.deployment_target = '8.0'
spec.source_files = "Alpha/Alpha.h"
spec.requires_arc = true
Expand Down

0 comments on commit c10cc67

Please sign in to comment.