FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
YYKit/YYKit.podspec at master · JakeTorres/YYKit · GitHub
JakeTorres
/
YYKit
Public
forked from
ibireme/YYKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
YYKit
/
YYKit.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 1.12 KB
Breadcrumbs
YYKit
/
YYKit.podspec
Copy path
File metadata and controls
28 lines (24 loc) · 1.12 KB
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
25
26
27
28
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'YYKit'
s
.
summary
=
'A collection of iOS components.'
s
.
version
=
'1.0.9'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
authors
=
{
'ibireme'
=>
'ibireme@gmail.com'
}
s
.
social_media_url
=
'http://blog.ibireme.com'
s
.
homepage
=
'https://github.com/ibireme/YYKit'
s
.
platform
=
:ios
,
'6.0'
s
.
ios
.
deployment_target
=
'6.0'
s
.
source
=
{
:git
=>
'https://github.com/ibireme/YYKit.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
requires_arc
=
true
s
.
source_files
=
'YYKit/**/*.{h,m}'
s
.
public_header_files
=
'YYKit/**/*.{h}'
non_arc_files
=
'YYKit/Base/Foundation/NSObject+YYAddForARC.{h,m}'
,
'YYKit/Base/Foundation/NSThread+YYAdd.{h,m}'
s
.
ios
.
exclude_files
=
non_arc_files
s
.
subspec
'no-arc'
do
|
sna
|
sna
.
requires_arc
=
false
sna
.
source_files
=
non_arc_files
end
s
.
libraries
=
'z'
,
'sqlite3'
s
.
frameworks
=
'UIKit'
,
'CoreFoundation'
,
'CoreText'
,
'CoreGraphics'
,
'CoreImage'
,
'QuartzCore'
,
'ImageIO'
,
'AssetsLibrary'
,
'Accelerate'
,
'MobileCoreServices'
,
'SystemConfiguration'
s
.
ios
.
vendored_frameworks
=
'Vendor/WebP.framework'
end
Back
|
FazBrowse Home
|
New Git URL