Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetha Mugeraya committed May 24, 2017
0 parents commit 838ccda
Show file tree
Hide file tree
Showing 12 changed files with 834 additions and 0 deletions.
34 changes: 34 additions & 0 deletions NestedFramework.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Pod::Spec.new do |s|

s.name = 'NestedFramework'
s.version = '1.0.0'
s.summary = 'McDonald SDK for iOS.'

s.description = 'The McDonald SDK for iOS provides a library, and a collection of selectable features that can be used to make apps with selected features'

s.homepage = 'htps://www.mcdonalds.com'
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
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.
LICENSE
}

s.author = { 'McDonalds' => 'Sapient' }
s.platform = :ios, '9.0'
s.source = { :git => 'https://github.com/Shwethamugeraya/NestedFramework.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'FBSDKCoreKit', '4.22.0'
s.dependency 'FBSDKLoginKit', '4.22.0'
s.source_files = 'NestedFramework/src/**/*.swift'

end
Loading

0 comments on commit 838ccda

Please sign in to comment.