FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Parse-NSCoding/Parse+NSCoding.podspec at master · eladb/Parse-NSCoding · GitHub
eladb
/
Parse-NSCoding
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
68
Code
Issues
14
Pull requests
5
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
Parse-NSCoding
/
Parse+NSCoding.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 629 Bytes
Breadcrumbs
Parse-NSCoding
/
Parse+NSCoding.podspec
Copy path
File metadata and controls
14 lines (14 loc) · 629 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"Parse+NSCoding"
s
.
version
=
"0.1.4"
s
.
summary
=
"iOS library for serializing Parse objects "
s
.
homepage
=
"https://github.com/martinrybak/Parse-NSCoding"
s
.
license
=
{
:type
=>
'MIT'
}
s
.
author
=
{
"Martin Rybak"
=>
"martin.rybak@gmail.com"
}
s
.
source
=
{
:git
=>
"https://github.com/martinrybak/Parse-NSCoding.git"
,
:tag
=>
"0.1.4"
}
s
.
platform
=
:ios
,
'6.0'
s
.
source_files
=
'*.{h,m}'
s
.
requires_arc
=
true
s
.
dependency
'Parse-iOS-SDK'
,
'~> 1.2.18'
s
.
xcconfig
=
{
'FRAMEWORK_SEARCH_PATHS'
=>
'"${PODS_ROOT}/Parse-iOS-SDK"'
}
end
Back
|
FazBrowse Home
|
New Git URL