Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 726a485

Browse files
author
Csaba Szabo
committed
Adding podspec
1 parent 942e52f commit 726a485

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Dixie.podspec

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = "Dixie"
4+
s.version = "1.0"
5+
s.summary = "An alternative mocking framework."
6+
s.license = "Apache License 2.0"
7+
s.homepage = "https://medium.com/@Skyscanner/dixie-turning-chaos-to-your-advantage-4f3749e6d485"
8+
9+
s.author = { "Peter Adam Wiesner" => "[email protected]", "Zsolt Varnai" => "[email protected]", "Csaba Szabo" => "[email protected]", "Zsombor Fuszenecker" => "[email protected]"}
10+
11+
s.platform = :ios
12+
13+
s.source = { :git => "https://github.com/Skyscanner/Dixie.git", tag:s.version.to_s}
14+
15+
s.source_files = "Dixie/Dixie/**/*.{h,m}"
16+
s.public_header_files = "Dixie/Dixie/**/*.h"
17+
s.requires_arc = true
18+
19+
end

0 commit comments

Comments
 (0)