Skip to content

Commit

Permalink
Removed comments from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Apr 6, 2020
1 parent 94c16c9 commit 988ae98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
73 changes: 0 additions & 73 deletions HPNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#
# Be sure to run `pod spec lint HPNetwork.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |spec|

spec.name = "HPNetwork"
Expand All @@ -16,89 +8,24 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/henrik-dmg/HPNetwork"

spec.license = "MIT"
# spec.license = { :type => "MIT", :file => "FILE_LICENSE" }

spec.author = { "Henrik Panhans" => "[email protected]" }
# Or just: spec.author = "Henrik Panhans"
# spec.authors = { "Henrik Panhans" => "[email protected]" }
spec.social_media_url = "https://twitter.com/henrik_dmg"

# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If this Pod runs only on iOS or OS X, then specify the platform and
# the deployment target. You can optionally include the target after the platform.
#

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

# When using multiple platforms
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.11"
spec.watchos.deployment_target = "3.0"
spec.tvos.deployment_target = "9.0"


# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#

spec.source = { :git => "https://github.com/henrik-dmg/HPNetwork.git", :tag => "#{spec.version}" }


# ――― 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 = "Sources/HPNetwork/**/*.swift"

# spec.public_header_files = "Classes/**/*.h"


# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# A list of resources included with the Pod. These are copied into the
# target bundle with a build phase script. Anything else will be cleaned.
# You can preserve files from being cleaned, please don't preserve
# non-essential files like tests, examples and documentation.
#

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

# spec.preserve_paths = "FilesToSave", "MoreFilesToSave"


# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
# the lib prefix of their name.
#

spec.framework = "Foundation"
spec.ios.framework = "UIKit"
spec.watchos.framework = "UIKit"
spec.tvos.framework = "UIKit"

# spec.library = "iconv"
# spec.libraries = "iconv", "xml2"


# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.

spec.requires_arc = true

# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# spec.dependency "JSONKit", "~> 1.4"

end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# HPNetwork

A description of this package.
Documentation is in progress

0 comments on commit 988ae98

Please sign in to comment.