Skip to content

Commit 0b5ce95

Browse files
committed
adding podspec file
1 parent 722683b commit 0b5ce95

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

hacktoolkit-ios_lib.podspec

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Pod::Spec.new do |s|
2+
s.name = "hacktoolkit-ios_lib"
3+
s.version = "0.0.1"
4+
s.summary = "Hacktoolkit for iOS"
5+
6+
s.description = <<-DESC
7+
This library project has many useful wrappers, data structures, and reusable components for iOS programming, Hacktoolkit-style!
8+
DESC
9+
s.homepage = "https://github.com/hacktoolkit/hacktoolkit-ios_lib"
10+
s.license = { :type => "MIT", :file => "LICENSE" }
11+
s.authors = { "Hacktoolkit" => "[email protected]", "Jonathan Tsai" => "[email protected]" }
12+
s.social_media_url = "http://twitter.com/hacktoolkit"
13+
s.platform = :ios
14+
s.source = { :git => "https://github.com/hacktoolkit/hacktoolkit-ios_lib.git", :tag => "0.0.1" }
15+
s.source_files = "Hacktoolkit/*"
16+
s.requires_arc = true
17+
end

0 commit comments

Comments
 (0)