Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Aamirali86 committed Aug 29, 2020
1 parent 4ceb55d commit 46e5303
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions iBanner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,12 @@ Pod::Spec.new do |spec|
spec.social_media_url = "https://linkedin.com/in/muhammadaamirali/"

spec.platform = :ios
spec.platform = :ios, "5.0"

# When using multiple platforms
# spec.ios.deployment_target = "5.0"
# spec.osx.deployment_target = "10.7"
# spec.watchos.deployment_target = "2.0"
# spec.tvos.deployment_target = "9.0"
spec.swift_version = "5.0"
spec.ios.deployment_target = "11.0"

spec.source = { :git => "https://github.com/Aamirali86/iBanner.git", :tag => "#{spec.version}" }
spec.source_files = 'Banner/**/*.{swift}'

# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# CocoaPods is smart about how it includes source code. For source files
# giving a folder will include any swift, h, m, mm, c & cpp files.
# For header files it will include any header in the folder.
# Not including the public_header_files will make all headers public.
#

spec.source_files = 'SmartToast/Classes/**/*'
spec.source_files = "Banner/**/*"

# spec.resource = "icon.png"
# spec.resources = "Resources/*.png"

Expand Down

0 comments on commit 46e5303

Please sign in to comment.