Skip to content

Commit

Permalink
Merge pull request #4283 from kylebrowning/master
Browse files Browse the repository at this point in the history
Updates Drupal iOS SDK to 2.0.4
  • Loading branch information
kylef committed Sep 25, 2013
2 parents ad87b80 + 0063657 commit 18746f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions drupal-ios-sdk/2.0.4/drupal-ios-sdk.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "drupal-ios-sdk"
s.version = "2.0.4"
s.summary = "A framework for communicating to Drupal via an iPhone."
s.homepage = "https://github.com/workhabitinc/drupal-ios-sdk"
s.author = { "Kyle Browning" => "kylebrowning@me.com" }
s.source = { :git => "https://github.com/workhabitinc/drupal-ios-sdk.git", :tag => "2.0.4" }
s.source_files = "*.{h,m}"
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.license = 'MPL 1.1/GPL 2.0'
s.dependency 'AFNetworking', '~> 1.3.0'
s.dependency 'JSONKit', '~> 1.4'

end

0 comments on commit 18746f4

Please sign in to comment.