initial commit
This commit is contained in:
26
Example/Pods/Local Podspecs/FURenderKit.podspec.json
generated
Normal file
26
Example/Pods/Local Podspecs/FURenderKit.podspec.json
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "FURenderKit",
|
||||
"version": "0.1.0",
|
||||
"summary": "A short description of FURenderKit.",
|
||||
"description": "TODO: Add long description of the pod here.",
|
||||
"homepage": "https://github.com/Caleb/FURenderKit",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"Caleb": "liaoqiang1123@gmail.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/Caleb/FURenderKit.git",
|
||||
"tag": "0.1.0"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "10.0"
|
||||
},
|
||||
"source_files": "FURenderKit/Classes/**/*",
|
||||
"vendored_frameworks": "FURenderKit/sdk/*.framework",
|
||||
"ios": {
|
||||
"resources": "FURenderKit/Assets/**/*.bundle"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user