From 5f726a92acea4656f4dc27b25002db349c771b92 Mon Sep 17 00:00:00 2001 From: Mustafa Ibrahim Date: Thu, 6 Feb 2014 11:54:51 +0200 Subject: [PATCH] Release 0.0.1 --- MIBadgeButton.podspec | 44 ++++++++++--------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/MIBadgeButton.podspec b/MIBadgeButton.podspec index 7987329..0d1e140 100644 --- a/MIBadgeButton.podspec +++ b/MIBadgeButton.podspec @@ -1,37 +1,13 @@ -# -# Be sure to run `pod spec lint NAME.podspec' to ensure this is a -# valid spec and remove all comments before submitting the spec. -# -# To learn more about the attributes see http://guides.cocoapods.org/syntax/podspec.html -# Pod::Spec.new do |s| - s.name = "MIBadgeButton" - s.version = "0.1.0" - s.summary = "A short description of MIBadgeButton." - s.description = <<-DESC - An optional longer description of MIBadgeButton - - * Markdown format. - * Don't worry about the indent, we strip it! - DESC - s.homepage = "http://EXAMPLE/NAME" - s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" - s.license = 'MIT' - s.author = { "Mustafa Ibrahim" => "mibrahim@youxel.com" } - s.source = { :git => "http://EXAMPLE/NAME.git", :tag => s.version.to_s } - s.social_media_url = 'https://twitter.com/NAME' - - # s.platform = :ios, '5.0' - # s.ios.deployment_target = '5.0' - # s.osx.deployment_target = '10.7' + s.name = "MIBadgeButton" + s.version = "0.0.1" + s.license = {:type => "MIT"} + s.homepage = "https://github.com/mustafaibrahim989/MIBadgeButton" + s.authors = {"Mustafa Ibrahim" => "mustafa_ibrahim989@live.com"} + s.summary = "iOS custom button badge designed for iOS 6&7." + s.source = {:git => "https://github.com/mustafaibrahim989/MIBadgeButton.git", :tag => s.version.to_s} + s.source_files = 'Classes/ios/*.{h,m}' s.requires_arc = true - - s.source_files = 'Classes' - s.resources = 'Assets' - - s.ios.exclude_files = 'Classes/osx' - s.osx.exclude_files = 'Classes/ios' - # s.public_header_files = 'Classes/**/*.h' - # s.frameworks = 'SomeFramework', 'AnotherFramework' - # s.dependency 'JSONKit', '~> 1.4' + s.ios.deployment_target = "6.0" + s.frameworks = "UIKit" end