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