FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
InAppPurchaseButton/InAppPurchaseButton.podspec at master · PGSSoft/InAppPurchaseButton · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PGSSoft
/
InAppPurchaseButton
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
90
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
InAppPurchaseButton
/
InAppPurchaseButton.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 439 Bytes
Breadcrumbs
InAppPurchaseButton
/
InAppPurchaseButton.podspec
Copy path
File metadata and controls
11 lines (11 loc) · 439 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'InAppPurchaseButton'
s
.
version
=
'1.1.1'
s
.
license
=
'MIT'
s
.
summary
=
'In-App Purchase Button written in Swift'
s
.
homepage
=
'https://github.com/PGSSoft/InAppPurchaseButton'
s
.
authors
=
{
'Paweł Kania'
=>
'pkania@pgs-soft.com'
}
s
.
source
=
{
:git
=>
'https://github.com/PGSSoft/InAppPurchaseButton.git'
,
:tag
=>
s
.
version
}
s
.
ios
.
deployment_target
=
'9.0'
s
.
source_files
=
'Sources/{*.swift}'
end
Back
|
FazBrowse Home
|
New Git URL