Skip to content

Commit

Permalink
Fixes Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Feb 23, 2016
1 parent 7372659 commit 2af8c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal-ios-sdk.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "A framework for communicating to Drupal via an iPhone."
s.homepage = "https://github.com/kylebrowning/drupal-ios-sdk"
s.author = { "Kyle Browning" => "kylebrowning@me.com"}
s.source = { :git => "https://github.com/kylebrowning/drupal-ios-sdk.git", :tag => "4.0.0" }
s.source = { :git => "https://github.com/kylebrowning/drupal-ios-sdk.git", :tag => "4.x-alpha1" }
s.source_files = "*.swift"
s.requires_arc = true
s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 2af8c04

Please sign in to comment.