Skip to content

Commit

Permalink
Merge pull request CocoaPods#5950 from speedblue/master
Browse files Browse the repository at this point in the history
AlgoliaSearch 3.1.5 released
  • Loading branch information
keith committed Dec 6, 2013
2 parents 66de8e1 + 5e79a27 commit ac10dba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions AlgoliaSearch-Client/3.1.5/AlgoliaSearch-Client.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Client'
s.version = '3.1.5'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-objc'
s.author = { 'Algolia' => '[email protected]' }
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-objc.git', :tag => '3.1.5' }
s.source_files = 'src'
s.requires_arc = true

s.ios.deployment_target = '6.0'
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security'

s.osx.deployment_target = '10.8'
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'

s.dependency 'AFNetworking', '~> 2.0'
end

0 comments on commit ac10dba

Please sign in to comment.