From 364f10b84958de1b3ec9e195b90e5ef5d7f242d3 Mon Sep 17 00:00:00 2001 From: Joe Rossano Date: Tue, 12 Mar 2013 16:57:38 -0400 Subject: [PATCH] Added WindowsAzureMobileServices --- .../0.2/WindowsAzureMobileServices.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec diff --git a/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec b/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec new file mode 100644 index 00000000..4afb9c97 --- /dev/null +++ b/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = 'WindowsAzureMobileServices' + s.version = '0.2' + s.license = { :type => 'Commercial', :file => 'LICENSE.rtf' } + s.platform = :ios + s.summary = 'iOS framework for developing apps using Windows Azure.' + s.description = 'Windows Azure Mobile SDK for iOS.' + s.homepage = 'http://www.windowsazure.com/ios/' + s.author = { 'WindowsAzureMobileServices' => 'support@windowsazure.com' } + s.source = { :git => 'https://github.com/jrossano/WindowsAzureMobileServices.git', :tag => '0.2' } + s.source_files = 'WindowsAzureMobileServicesDummy.{m,h}' + s.preserve_paths = 'WindowsAzureMobileServices.framework' + s.requires_arc = true + s.frameworks = 'UIKit', 'Foundation' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/WindowsAzureMobileServices"' } +end