Skip to content

Commit 21ddbf4

Browse files
Ashton WilliamsAshton Williams
Ashton Williams
authored and
Ashton Williams
committed
Added podspec
1 parent b286fc1 commit 21ddbf4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MessagesTableViewController.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = "MessagesTableViewController"
3+
s.version = "0.0.1"
4+
s.summary = "A messages UI for iPhone and iPad.."
5+
s.homepage = "https://github.com/jessesquires/MessagesTableViewController"
6+
s.license = 'MIT License'
7+
s.author = { "Jesse Squires" => "[email protected]" }
8+
s.source = { :git => "https://github.com/jessesquires/MessagesTableViewController.git", :commit => 'b286fc182a' }
9+
s.platform = :ios
10+
s.source_files = 'MessagesTableViewController'
11+
s.resources = "MessagesTableViewController/Resources/**/*.*"
12+
s.frameworks = 'AudioToolbox'
13+
s.requires_arc = true
14+
end

0 commit comments

Comments
 (0)