Skip to content

Commit

Permalink
Merge pull request CocoaPods#327 from scottdensmore/master
Browse files Browse the repository at this point in the history
Windows Azure iOS Toolkit Pod
  • Loading branch information
alloy committed Jul 20, 2012
2 parents 2f4574f + aa21239 commit 54e9e95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions watoolkitios/1.4.0/watoolkitios.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "watoolkitios"
s.version = "1.4.0"
s.summary = "The Windows Azure Toolkit for iOS is a toolkit for developers to make it easy to access Windows Azure storage services from native iOS applications."
s.homepage = "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git"
s.license = 'Ms-PL'
s.author = { "Microsoft" => "chrisner@microsoft.com" }
s.source = { :git => "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git", :tag => "1.4.0" }
s.platform = :ios
s.ios.deployment_target = '4.0'
s.source_files = 'Library', 'Library/Library/**/*.{h,m}'
s.framework = 'CoreGraphics'
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end

0 comments on commit 54e9e95

Please sign in to comment.