FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RCPodLibrary/RCPodLibrary.podspec at master · dander521/RCPodLibrary · GitHub
dander521
/
RCPodLibrary
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
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
RCPodLibrary
/
RCPodLibrary.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (19 loc) · 892 Bytes
Breadcrumbs
RCPodLibrary
/
RCPodLibrary.podspec
Copy path
File metadata and controls
24 lines (19 loc) · 892 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
13
14
15
16
17
18
19
20
21
22
23
24
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'RCPodLibrary'
s
.
version
=
'0.1.0'
s
.
summary
=
'A short description.'
s
.
homepage
=
'https://github.com/dander521/RCPodLibrary'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'RogerChen'
=>
'123020990@qq.com'
}
s
.
source
=
{
:git
=>
'https://github.com/dander521/RCPodLibrary.git'
,
:tag
=>
s
.
version
.
to_s
}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s
.
ios
.
deployment_target
=
'8.0'
s
.
source_files
=
'RCPodLibrary/Classes/**/*'
s
.
resource_bundles
=
{
'RCPodLibrary'
=>
[
'RCPodLibrary/Assets/**/*.png'
]
}
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
Back
|
FazBrowse Home
|
New Git URL