Skip to content

Commit

Permalink
Adding 1.1.0 of AeroGear-iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Jun 25, 2013
1 parent 480c339 commit ba9214f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions AeroGear/1.1.0/AeroGear.podspec
@@ -0,0 +1,30 @@
#
# JBoss, Home of Professional Open Source
# Copyright Red Hat, Inc., and individual contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Pod::Spec.new do |s|
s.name = "AeroGear"
s.version = "1.1.0"
s.summary = "Provides a lightweight set of utilities for communication, security, storage and more."
s.homepage = "https://github.com/aerogear/aerogear-ios"
s.license = 'Apache License, Version 2.0'
s.author = "Red Hat, Inc."
s.source = { :git => 'https://github.com/aerogear/aerogear-ios.git', :tag => '1.1.0' }
s.platform = :ios
s.source_files = 'AeroGear-iOS/AeroGear-iOS/**/*.{h,m}'
s.public_header_files = 'AeroGear-iOS/AeroGear-iOS/AeroGear.h', 'AeroGear-iOS/AeroGear-iOS/config/AGConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipe.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeline.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/paging/AGPageConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGNSMutableArray+Paging.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/paging/AGPageBodyExtractor.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/paging/AGPageHeaderExtractor.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/paging/AGPageParameterExtractor.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/paging/AGPageWebLinkingExtractor.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStore.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGDataManager.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStoreConfig.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModule.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticator.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthConfig.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModuleAdapter.h', 'AeroGear-iOS/AeroGear-iOS/core/AGHttpClient.h'
s.requires_arc = true
s.dependency 'AFNetworking', '1.0RC1'
end

0 comments on commit ba9214f

Please sign in to comment.