LXMPauseTimer.podspec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #
  2. # Be sure to run `pod spec lint LXMPauseTimer.podspec' to ensure this is a
  3. # valid spec and to remove all comments including this before submitting the spec.
  4. #
  5. # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
  6. # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
  7. #
  8. Pod::Spec.new do |s|
  9. s.name = "LXMPauseTimer"
  10. s.version = "0.0.1"
  11. s.summary = "LXMPauseTimer."
  12. s.description = <<-DESC
  13. A category to pause a NSTimer
  14. DESC
  15. s.homepage = "http://172.27.128.6:3000/billthas/LXMPauseTimer"
  16. # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
  17. s.license = "MIT"
  18. # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
  19. s.author = { "Phelthas" => "" }
  20. # Or just: s.author = "Phelthas"
  21. # s.authors = { "Phelthas" => "" }
  22. # s.social_media_url = "http://twitter.com/Phelthas"
  23. # s.platform = :ios
  24. s.platform = :ios, "7.0"
  25. # When using multiple platforms
  26. # s.ios.deployment_target = "5.0"
  27. # s.osx.deployment_target = "10.7"
  28. # s.watchos.deployment_target = "2.0"
  29. # s.tvos.deployment_target = "9.0"
  30. s.source = { :git => "http://172.27.128.6/billthas/lxmpausetimer.git", :tag => "0.0.1" }
  31. s.source_files = "Demo_PauseTimer/Demo_PauseTimer/LXMPauseTimer"
  32. # s.exclude_files = "Classes/Exclude"
  33. s.public_header_files = "Demo_PauseTimer/Demo_PauseTimer/LXMPauseTimer/*.h"
  34. # s.resource = "icon.png"
  35. # s.resources = "Resources/*.png"
  36. # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
  37. s.frameworks = "Foundation", "UIKit"
  38. # s.library = "iconv"
  39. # s.libraries = "iconv", "xml2"
  40. s.requires_arc = true
  41. # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
  42. # s.dependency "JSONKit", "~> 1.4"
  43. end