Skip to content

Commit

Permalink
cleaned up podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
patchthecode committed Jul 28, 2016
1 parent 37e0a8c commit 54da779
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions JTAppleCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
#
# Be sure to run `pod lib lint JTAppleCalendar.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 = "JTAppleCalendar"
s.version = "4.1.3"
s.summary = "The final calendar control you'll ever try"

# 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
A highly configurable Apple calendar control. Contains features like boundary dates, month and week view. Very light weight.
DESC
Expand All @@ -25,17 +11,8 @@ A highly configurable Apple calendar control. Contains features like boundary da
s.license = 'MIT'
s.author = { "JayT" => "patchthecode@gmail.com" }
s.source = { :git => "https://github.com/patchthecode/JTAppleCalendar.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'Sources/Classes/**/*'
s.resource_bundles = {
'JTAppleCalendar' => ['Sources/Assets/*.png']
}

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

0 comments on commit 54da779

Please sign in to comment.