Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Podspec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zandor Smith
Podspec
Commits
f60ef232
Commit
f60ef232
authored
6 years ago
by
Zandor Smith
Browse files
Options
Downloads
Patches
Plain Diff
[Add] GeneralToolsFramework (0.1.1)
parents
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1757
failed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeneralToolsFramework/0.1.1/GeneralToolsFramework.podspec
+43
-0
43 additions, 0 deletions
GeneralToolsFramework/0.1.1/GeneralToolsFramework.podspec
with
43 additions
and
0 deletions
GeneralToolsFramework/0.1.1/GeneralToolsFramework.podspec
0 → 100644
+
43
−
0
View file @
f60ef232
#
# Be sure to run `pod lib lint GeneralToolsFramework.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'GeneralToolsFramework'
s
.
version
=
'0.1.1'
s
.
summary
=
'Contains general tools used in iOS apps.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s
.
description
=
<<-
DESC
Contains general tools that Zandor Smith uses in his iOS apps.
DESC
s
.
homepage
=
'https://git.zsinfo.nl/Zandor300/GeneralToolsFramework'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'Zandor Smith'
=>
'info@zsinfo.nl'
}
s
.
source
=
{
:git
=>
'https://git.zsinfo.nl/Zandor300/GeneralToolsFramework.git'
,
:tag
=>
s
.
version
.
to_s
}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s
.
ios
.
deployment_target
=
'8.0'
s
.
swift_version
=
'4.2'
s
.
source_files
=
'GeneralToolsFramework/Classes/**/*'
# s.resource_bundles = {
# 'GeneralToolsFramework' => ['GeneralToolsFramework/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
s
.
frameworks
=
'UIKit'
,
'Security'
# s.dependency 'AFNetworking', '~> 2.3'
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment