Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. #
  2. # Be sure to run `pod spec lint Telepat.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.  
  9. Pod::Spec.new do |s|
  10.  
  11. # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  12. #
  13. # These will help people to find your library, and whilst it
  14. # can feel like a chore to fill in it's definitely to your advantage. The
  15. # summary should be tweet-length, and the description more in depth.
  16. #
  17.  
  18. s.name = "Telepat"
  19. s.version = "0.0.1"
  20. s.summary = "Real Time, Open Source Data Sync"
  21.  
  22. s.description = <<-DESC
  23. Telepat is an open-source backend stack, designed to deliver information and information updates in real-time to clients, while allowing for flexible deployment and simple scaling.
  24. DESC
  25.  
  26. s.homepage = "http://telepat.io"
  27.  
  28.  
  29. # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  30. #
  31. # Licensing your code is important. See http://choosealicense.com for more info.
  32. # CocoaPods will detect a license file if there is a named LICENSE*
  33. # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
  34. #
  35.  
  36. s.license = "Apache"
  37. # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
  38.  
  39.  
  40. # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  41. #
  42. # Specify the authors of the library, with email addresses. Email addresses
  43. # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
  44. # accepts just a name if you'd rather not provide an email address.
  45. #
  46. # Specify a social_media_url where others can refer to, for example a twitter
  47. # profile URL.
  48. #
  49.  
  50. s.author = { "Appscend" => "ovidiu@appscend.com" }
  51. # Or just: s.author = "Ovidiu Nitan"
  52. # s.authors = { "Ovidiu Nitan" => "ovidiu@appscend.com" }
  53. # s.social_media_url = "http://twitter.com/Ovidiu Nitan"
  54.  
  55. # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  56. #
  57. # If this Pod runs only on iOS or OS X, then specify the platform and
  58. # the deployment target. You can optionally include the target after the platform.
  59. #
  60.  
  61. s.platform = :ios
  62. # s.platform = :ios, "7.0"
  63.  
  64. # When using multiple platforms
  65. s.ios.deployment_target = "7.0"
  66. # s.osx.deployment_target = "10.7"
  67.  
  68.  
  69. # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  70. #
  71. # Specify the location from where the source should be retrieved.
  72. # Supports git, hg, bzr, svn and HTTP.
  73. #
  74.  
  75. s.source = { :git => "https://github.com/telepat-io/telepat-ios-sdk.git", :tag => "0.0.1" }
  76.  
  77.  
  78. # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  79. #
  80. # CocoaPods is smart about how it includes source code. For source files
  81. # giving a folder will include any swift, h, m, mm, c & cpp files.
  82. # For header files it will include any header in the folder.
  83. # Not including the public_header_files will make all headers public.
  84. #
  85.  
  86. s.source_files = "Telepat", "Telepat/**/*.{h,m}"
  87. # s.exclude_files = "Classes/Exclude"
  88.  
  89. # s.public_header_files = "Classes/**/*.h"
  90.  
  91.  
  92. # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  93. #
  94. # A list of resources included with the Pod. These are copied into the
  95. # target bundle with a build phase script. Anything else will be cleaned.
  96. # You can preserve files from being cleaned, please don't preserve
  97. # non-essential files like tests, examples and documentation.
  98. #
  99.  
  100. # s.resource = "icon.png"
  101. # s.resources = "Resources/*.png"
  102.  
  103. # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
  104.  
  105.  
  106. # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  107. #
  108. # Link your library with frameworks, or libraries. Libraries do not include
  109. # the lib prefix of their name.
  110. #
  111.  
  112. # s.framework = "SomeFramework"
  113. # s.frameworks = "SomeFramework", "AnotherFramework"
  114.  
  115. # s.library = "iconv"
  116. # s.libraries = "iconv", "xml2"
  117.  
  118.  
  119. # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  120. #
  121. # If your library depends on compiler flags you can set them in the xcconfig hash
  122. # where they will only apply to your library. If you depend on other Podspecs
  123. # you can include multiple dependencies to ensure it works.
  124.  
  125. s.requires_arc = true
  126.  
  127. # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
  128. s.dependency "JSONModel"
  129. s.dependency "AFNetworking"
  130. s.dependency "Objective-LevelDB", "~> 2.1.0"
  131.  
  132. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement