FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AppBox-iOSFramework/AppBox.podspec at master · vineetchoudhary/AppBox-iOSFramework · GitHub
vineetchoudhary
/
AppBox-iOSFramework
Public
forked from
iTamilan/AppBox-iOSFramework
Notifications
You must be signed in to change notification settings
Fork
3
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
AppBox-iOSFramework
/
AppBox.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 563 Bytes
Breadcrumbs
AppBox-iOSFramework
/
AppBox.podspec
Copy path
File metadata and controls
12 lines (11 loc) · 563 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
12
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'AppBox'
s
.
version
=
'0.1.0'
s
.
summary
=
'iOS framework to get automatic update for AppBox-iOSAppsWirelessInstallation.'
s
.
homepage
=
'https://github.com/iTamilan/AppBox-iOSFramework'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'Tamilarasu P'
=>
'tamilarasu.tp@gmail.com'
}
s
.
ios
.
deployment_target
=
'8.0'
s
.
source
=
{
:git
=>
'https://github.com/iTamilan/AppBox-iOSFramework.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
source_files
=
'AppBox/*.{h,m,c}'
end
Back
|
FazBrowse Home
|
New Git URL