Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Delivery
Public
Closed Source
AGPodSpec
Commits
f85fcd23
Commit
f85fcd23
authored
Jun 11, 2019
by
kchamiot
Browse files
[Update] AGKit (0.5.7)
parent
565b3f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
AGKit/0.5.7/AGKit.podspec
0 → 100644
View file @
f85fcd23
#
# Be sure to run `pod lib lint test.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'AGKit'
s
.
version
=
'0.5.7'
# Fix error in plist
s
.
summary
=
'AGKit allow any developer to earn money by using our Services'
# 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
=
'AGKitCore is the mandatory dependency for every other Aboutgoods SDK Plugins'
s
.
homepage
=
'https://aboutgoods-company.com'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'Aboutgoods Company'
=>
'contact@aboutgoods.net'
}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s
.
ios
.
deployment_target
=
'10.0'
s
.
source
=
{
:git
=>
"https://gitlab.agoods.fr/dist/AGKit-iOS.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
library
=
'z'
s
.
frameworks
=
'UIKit'
,
'Foundation'
s
.
xcconfig
=
{
'FRAMEWORK_SEARCH_PATHS'
=>
'"$(PODS_ROOT)/AGKit/"'
}
s
.
vendored_frameworks
=
'AGKit.framework'
s
.
requires_arc
=
true
s
.
dependency
'Alamofire'
,
'~> 4.8.1'
s
.
dependency
'CryptoSwift'
,
'~> 0.13.1'
s
.
source_files
=
'AGKit.framework/Headers/*.{h}'
#s.subspec 'AGKitCore' do |sp|
#sp.source_files = 'AGKitCore.framework/Headers/*.{h}'
#sp.vendored_frameworks = 'AGKitCore.framework'
#sp.preserve_paths = 'AGKitCore.framework/*'
# sp.dependency 'Instabug/InstabugCore'
#end
# s.resource_bundles = {
# 'test' => ['test/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s
.
swift_version
=
'5.0'
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment