Skip to content

Commit 7cd0ead

Browse files
AnkaAnka
authored andcommitted
Updating Package 4.0.0
1 parent 56a928d commit 7cd0ead

6 files changed

Lines changed: 22 additions & 4 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# SwiftMockzilla
22

3-
This repository exists to host the SPM package for Mockzilla.
3+
[![License](https://img.shields.io/github/license/Apadmi-Engineering/SwiftMockzilla)](LICENSE)
44

5-
For documentation, issues, feedback and everything else, please see the main repository [here](https://github.com/Apadmi-Engineering/Mockzilla).
5+
This repository hosts the Swift Package Manager (SPM) wrapper around Mockzilla's `mockzilla.xcframework` binary, for use in native iOS apps. It's a distribution package only — source, issues, and contributions all live in the [main Mockzilla repository](https://github.com/Apadmi-Engineering/Mockzilla).
6+
7+
Mockzilla is a compile-safe mock HTTP server you run embedded in your app during development/testing, so you can mock API responses without a real backend — see the [main README](https://github.com/Apadmi-Engineering/Mockzilla#readme) for the full pitch.
8+
9+
## Installation
10+
11+
In Xcode: **File > Swift Packages > Add Package Dependency**, then add:
12+
13+
```
14+
https://github.com/Apadmi-Engineering/SwiftMockzilla.git
15+
```
16+
17+
> This package is for native iOS apps. If you're using Kotlin Multiplatform, add the `com.apadmi:mockzilla` Gradle dependency to your shared source set instead.
18+
19+
## Documentation
20+
21+
Full setup and usage docs are at [mockzilla.apadmi.dev](https://mockzilla.apadmi.dev/quick-start/).
22+
23+
For documentation, issues, feedback and everything else, please see the [main repository](https://github.com/Apadmi-Engineering/Mockzilla).

SwiftMockzilla.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SwiftMockzilla'
3-
spec.version = '4.0.0-alpha1'
3+
spec.version = '4.0.0'
44
spec.homepage = 'https://mockzilla.apadmi.dev/'
5-
spec.source = { :git => 'https://github.com/Apadmi-Engineering/SwiftMockzilla.git', :tag => 'v4.0.0-alpha1' }
5+
spec.source = { :git => 'https://github.com/Apadmi-Engineering/SwiftMockzilla.git', :tag => 'v4.0.0' }
66
spec.authors = ''
77
spec.license = {:type => 'MIT', :file => 'LICENSE'}
88
spec.summary = 'A solution for running and configuring a local HTTP server to mimic REST API endpoints used by your application.'
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)