-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2078bac
commit 90ee51f
Showing
112 changed files
with
2,105 additions
and
1,571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 PushEngage | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
Pod::Spec.new do |spec| | ||
|
||
spec.name = "PushEngage" | ||
spec.version = "0.0.1" | ||
spec.summary = "iOS Framework which provides easy way to start with Push | ||
notification in you native iOS Applications." | ||
spec.description = "To make your users interact your application even they are not using you application. Push Notifications plays most important role | ||
our product will make this very easy for you to integrate with you new or existing applications." | ||
spec.homepage = "https://github.com/awesomemotive/pushengage-ios-sdk" | ||
spec.version = "0.0.2" | ||
spec.summary = "iOS Framework which provides easy way to start with Push notification in your native iOS Applications." | ||
spec.description = "To make your users interact with your application even when they are not using your application, push notifications plays the most important role and our product will make this very easy for you to integrate with your applications." | ||
spec.homepage = "https://github.com/awesomemotive/pushengage-ios-sdk.git" | ||
spec.license = { :type => "MIT", :file => "LICENSE" } | ||
spec.author = { "PushEngage" => "[email protected]" } | ||
spec.author = { "PushEngage" => "[email protected]" } | ||
spec.platform = :ios | ||
spec.ios.deployment_target = '9.0' | ||
spec.requires_arc = true | ||
|
@@ -17,7 +15,7 @@ Pod::Spec.new do |spec| | |
} | ||
spec.ios.framework = "UIKit" | ||
spec.dependency 'SwiftLint' | ||
# spec.vendored_frameworks = "Framework/PushEngage.framework" | ||
#spec.vendored_frameworks = "Framework/PushEngage.framework" | ||
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
spec.source_files = "PushEngage/**/*.{swift}" | ||
|
Oops, something went wrong.