Skip to content

Commit

Permalink
Merge pull request #1 from naptics/pod
Browse files Browse the repository at this point in the history
smaller the podspec
  • Loading branch information
seeppp committed Feb 11, 2016
2 parents e324d7a + 5ee6c67 commit 25bbcae
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions PlainPing.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
#
# Be sure to run `pod lib lint PlainPing.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = "PlainPing"
s.version = "0.1"
s.summary = "a very plain ping interface in swift"

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
# s.description = <<-DESC
# Ping from your iOS App
# DESC
Expand All @@ -34,8 +22,4 @@ Pod::Spec.new do |s|
s.resource_bundles = {
'PlainPing' => ['Pod/Assets/*.png']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 25bbcae

Please sign in to comment.