Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'cocapods-integration'
Browse files Browse the repository at this point in the history
  • Loading branch information
NoFearJoe committed Jun 20, 2017
2 parents 2378edc + 4bc45d6 commit 26536e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions TelegramFeedback.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|

s.name = "TelegramFeedback"
s.version = "1.0"
s.summary = "Simple framework for adding Telegram feedback in an iOS App"
s.description = "The framework contains helper class for sending messages in Telegram's channel"
s.homepage = "https://github.com/NoFearJoe/TelegramFeedback"

s.license = { :type => "MIT", :file => "LICENSE.txt"}

s.author = { "Ilya Kharabet" => "[email protected]" }

s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/NoFearJoe/TelegramFeedback.git", :tag => s.version }

s.source_files = "TelegramFeedback/TelegramFeedback/Sources/**/*.swift"

end

0 comments on commit 26536e0

Please sign in to comment.