Showing
1 changed file
with
137 additions
and
0 deletions
HEAnalytics.podspec
0 → 100644
| 1 | +# | ||
| 2 | +# Be sure to run `pod spec lint HEAnalytics.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 https://guides.cocoapods.org/syntax/podspec.html | ||
| 6 | +# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ | ||
| 7 | +# | ||
| 8 | + | ||
| 9 | +Pod::Spec.new do |spec| | ||
| 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 | + spec.name = "HEAnalytics" | ||
| 19 | + spec.version = "1.0.0" | ||
| 20 | + spec.summary = "Event analytics for HideExpert VPN" | ||
| 21 | + | ||
| 22 | + # This description is used to generate tags and improve search results. | ||
| 23 | + # * Think: What does it do? Why did you write it? What is the focus? | ||
| 24 | + # * Try to keep it short, snappy and to the point. | ||
| 25 | + # * Write the description between the DESC delimiters below. | ||
| 26 | + # * Finally, don't worry about the indent, CocoaPods strips it! | ||
| 27 | + spec.description = <<-DESC | ||
| 28 | + DESC | ||
| 29 | + | ||
| 30 | + spec.homepage = "https://git.4k.com.ua/kmi_4k/HEAnalytics" | ||
| 31 | + # spec.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 35 | + # | ||
| 36 | + # Licensing your code is important. See https://choosealicense.com for more info. | ||
| 37 | + # CocoaPods will detect a license file if there is a named LICENSE* | ||
| 38 | + # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'. | ||
| 39 | + # | ||
| 40 | + | ||
| 41 | + # spec.license = "MIT (example)" | ||
| 42 | + spec.license = { :type => "MIT", :file => "FILE_LIsCENSE" } | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 46 | + # | ||
| 47 | + # Specify the authors of the library, with email addresses. Email addresses | ||
| 48 | + # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also | ||
| 49 | + # accepts just a name if you'd rather not provide an email address. | ||
| 50 | + # | ||
| 51 | + # Specify a social_media_url where others can refer to, for example a twitter | ||
| 52 | + # profile URL. | ||
| 53 | + # | ||
| 54 | + | ||
| 55 | + spec.author = { "Mihail Konoplitskyi" => "mihail.konoplitskyi@4k.com.ua" } | ||
| 56 | + # Or just: spec.author = "Mihail Konoplitskyi" | ||
| 57 | + # spec.authors = { "Mihail Konoplitskyi" => "mihail.konoplitskyi@4k.com.ua" } | ||
| 58 | + # spec.social_media_url = "https://twitter.com/Mihail Konoplitskyi" | ||
| 59 | + | ||
| 60 | + # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 61 | + # | ||
| 62 | + # If this Pod runs only on iOS or OS X, then specify the platform and | ||
| 63 | + # the deployment target. You can optionally include the target after the platform. | ||
| 64 | + # | ||
| 65 | + | ||
| 66 | + spec.platform = :ios | ||
| 67 | + # spec.platform = :ios, "5.0" | ||
| 68 | + | ||
| 69 | + # When using multiple platforms | ||
| 70 | + spec.ios.deployment_target = "13.0" | ||
| 71 | + # spec.osx.deployment_target = "10.7" | ||
| 72 | + # spec.watchos.deployment_target = "2.0" | ||
| 73 | + # spec.tvos.deployment_target = "9.0" | ||
| 74 | + | ||
| 75 | + | ||
| 76 | + # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 77 | + # | ||
| 78 | + # Specify the location from where the source should be retrieved. | ||
| 79 | + # Supports git, hg, bzr, svn and HTTP. | ||
| 80 | + # | ||
| 81 | + | ||
| 82 | + spec.source = { :git => "https://git.4k.com.ua/kmi_4k/HEAnalytics.git", :tag => "#{spec.version}" } | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 86 | + # | ||
| 87 | + # CocoaPods is smart about how it includes source code. For source files | ||
| 88 | + # giving a folder will include any swift, h, m, mm, c & cpp files. | ||
| 89 | + # For header files it will include any header in the folder. | ||
| 90 | + # Not including the public_header_files will make all headers public. | ||
| 91 | + # | ||
| 92 | + | ||
| 93 | + spec.source_files = "Classes", "HEAnalytics/**/*.{swift}" | ||
| 94 | + spec.exclude_files = "Classes/Exclude" | ||
| 95 | + | ||
| 96 | + # spec.public_header_files = "Classes/**/*.h" | ||
| 97 | + | ||
| 98 | + | ||
| 99 | + # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 100 | + # | ||
| 101 | + # A list of resources included with the Pod. These are copied into the | ||
| 102 | + # target bundle with a build phase script. Anything else will be cleaned. | ||
| 103 | + # You can preserve files from being cleaned, please don't preserve | ||
| 104 | + # non-essential files like tests, examples and documentation. | ||
| 105 | + # | ||
| 106 | + | ||
| 107 | + # spec.resource = "icon.png" | ||
| 108 | + spec.resources = "HEAnalytics/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}" | ||
| 109 | + | ||
| 110 | + # spec.preserve_paths = "FilesToSave", "MoreFilesToSave" | ||
| 111 | + | ||
| 112 | + | ||
| 113 | + # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 114 | + # | ||
| 115 | + # Link your library with frameworks, or libraries. Libraries do not include | ||
| 116 | + # the lib prefix of their name. | ||
| 117 | + # | ||
| 118 | + | ||
| 119 | + # spec.framework = "SomeFramework" | ||
| 120 | + # spec.frameworks = "SomeFramework", "AnotherFramework" | ||
| 121 | + | ||
| 122 | + # spec.library = "iconv" | ||
| 123 | + # spec.libraries = "iconv", "xml2" | ||
| 124 | + | ||
| 125 | + | ||
| 126 | + # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
| 127 | + # | ||
| 128 | + # If your library depends on compiler flags you can set them in the xcconfig hash | ||
| 129 | + # where they will only apply to your library. If you depend on other Podspecs | ||
| 130 | + # you can include multiple dependencies to ensure it works. | ||
| 131 | + | ||
| 132 | + # spec.requires_arc = true | ||
| 133 | + | ||
| 134 | + # spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } | ||
| 135 | + # spec.dependency "JSONKit", "~> 1.4" | ||
| 136 | + | ||
| 137 | +end |
Please
register
or
login
to post a comment