diff --git a/Diagnostics.podspec b/Diagnostics.podspec deleted file mode 100644 index 6980e76..0000000 --- a/Diagnostics.podspec +++ /dev/null @@ -1,18 +0,0 @@ -Pod::Spec.new do |spec| - spec.name = 'Diagnostics' - spec.version = '2.0.0' - spec.summary = 'Create easy Diagnostics Reports and let user send them to your support team.' - spec.description = 'Diagnostics is a library written in Swift which makes it really easy to share Diagnostics Reports to your support team.' - - spec.homepage = 'https://github.com/WeTransfer/Diagnostics' - spec.license = { :type => 'MIT', :file => 'LICENSE' } - spec.authors = { - 'Antoine van der Lee' => 'ajvanderlee@gmail.com' - } - spec.source = { :git => 'https://github.com/WeTransfer/Diagnostics.git', :tag => spec.version.to_s } - spec.social_media_url = 'https://twitter.com/WeTransfer' - - spec.ios.deployment_target = '10.0' - spec.source_files = 'Sources/**/*.swift' - spec.swift_version = '5.1' -end diff --git a/README.md b/README.md index 939a179..b4ab814 100644 --- a/README.md +++ b/README.md @@ -255,32 +255,6 @@ let package = Package( To add Diagnostics as a [dependency](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) to your Xcode project, select *File > Swift Packages > Add Package Dependency* and enter the repository URL: `https://github.com/WeTransfer/Diagnostics.git`. -### CocoaPods - -[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command: - -```bash -$ gem install cocoapods -``` - -To integrate Diagnostics into your Xcode project using CocoaPods, specify it in your `Podfile`: - -```ruby -source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '10.0' -use_frameworks! - -target '' do - pod 'Diagnostics', '~> 1.0.0' -end -``` - -Then, run the following command: - -```bash -$ pod install -``` - ### Carthage [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.