Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-threads
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
冷佳娟
react-native-threads
Commits
dc47f238
Commit
dc47f238
authored
Apr 25, 2018
by
Travis Nuttall
Committed by
GitHub
Apr 25, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25 from zsajjad/podspec
Update RNThread.podspec
parents
01b208aa
97f05b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
18 deletions
+12
-18
ios/RNThread.podspec
ios/RNThread.podspec
+12
-18
No files found.
ios/RNThread.podspec
View file @
dc47f238
require
'json'
package
=
JSON
.
parse
(
File
.
read
(
File
.
join
(
__dir__
,
'../package.json'
)))
Pod
::
Spec
.
new
do
|
s
|
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"RNThread"
s
.
name
=
"RNThread"
s
.
version
=
"1.0.0"
s
.
version
=
package
[
'version'
]
s
.
summary
=
"RNThread"
s
.
summary
=
"React native threads"
s
.
description
=
<<-
DESC
s
.
description
=
"React native threads"
RNThread
s
.
license
=
package
[
'license'
]
DESC
s
.
author
=
package
[
'author'
]
s
.
homepage
=
""
s
.
homepage
=
"https://github.com/joltup/RNThread.git"
s
.
license
=
"MIT"
s
.
source
=
{
:git
=>
"https://github.com/joltup/RNThread.git"
,
:tag
=>
s
.
version
}
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s
.
author
=
{
"author"
=>
"author@domain.cn"
}
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:git
=>
"https://github.com/author/RNThread.git"
,
:tag
=>
"master"
}
s
.
source_files
=
"RNThread/**/*.{h,m}"
s
.
source_files
=
"RNThread/**/*.{h,m}"
s
.
requires_arc
=
true
s
.
dependency
"React"
#s.dependency "others"
s
.
dependency
'React'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment