-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable headers+QoL #4
base: master
Are you sure you want to change the base?
Changes from all commits
8273610
8e6687f
2ad4b5a
fb815d5
ba01705
0b506db
10c928d
945cc92
60573b6
ccaa61d
ade7e23
c633f2c
afadb2a
00191b3
3840101
0bf145e
29ceb79
cc61967
3464454
d80094b
f25934f
b80b7a8
bd28963
6afd972
620158e
1e61953
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,38 +2,31 @@ | |
# Be sure to run `pod lib lint DDMockiOS.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |spec| | ||
spec.name = 'DDMockiOS' | ||
spec.version = '0.1.5' | ||
spec.version = '2.0' | ||
spec.summary = 'Deloitte Digital simple network mocking library for iOS' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
# spec.description = <<-DESC | ||
# Deloitte Digital simple network mocking library for iOS | ||
# DESC | ||
spec.description = 'Deloitte Digital simple network mocking library for iOS. Runtime configurable mocking library with highly flexible usage. Integrated tooling for delivery and testing teams.' | ||
|
||
spec.homepage = 'https://github.com/DeloitteDigitalAPAC/ddmock-ios' | ||
# spec.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
spec.license = { :type => 'MIT', :file => 'LICENSE' } | ||
spec.author = 'Deloitte Digital Asia Pacific' | ||
spec.source = { :git => "https://github.com/DeloitteDigitalAPAC/ddmock-ios.git", :tag => 'v' + spec.version.to_s } | ||
spec.source = { :git => "https://github.com/will-rigney/ddmock-ios.git", :tag => 'v' + spec.version.to_s } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This needs to be set back to the right url |
||
|
||
spec.ios.deployment_target = '11.0' | ||
|
||
spec.source_files = 'DDMockiOS' | ||
spec.source_files = 'Sources' | ||
|
||
spec.preserve_paths = [ | ||
'init-mocks.py', | ||
] | ||
'Generate/ddmock.py', | ||
'Resources/general.json', | ||
'Resources/root.json', | ||
'Resources/endpoint.json', | ||
] | ||
|
||
spec.swift_version = '5' | ||
spec.static_framework = true | ||
|
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.1 to 2.0 is a pretty big jump