diff --git a/HPNetwork.podspec b/HPNetwork.podspec index d8e6391..c44ef2e 100644 --- a/HPNetwork.podspec +++ b/HPNetwork.podspec @@ -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" @@ -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" => "henrik@panhans.dev" } - # Or just: spec.author = "Henrik Panhans" - # spec.authors = { "Henrik Panhans" => "email@address.com" } 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 diff --git a/README.md b/README.md index 4b7112b..eb61c4e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # HPNetwork -A description of this package. +Documentation is in progress