ios demo version
This commit is contained in:
26
ios/Pods/Local Podspecs/path_provider.podspec.json
generated
Normal file
26
ios/Pods/Local Podspecs/path_provider.podspec.json
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "path_provider",
|
||||
"version": "0.0.1",
|
||||
"summary": "A Flutter plugin for getting commonly used locations on the filesystem.",
|
||||
"description": "A Flutter plugin for getting commonly used locations on the filesystem.",
|
||||
"homepage": "https://github.com/flutter/plugins/tree/master/packages/path_provider",
|
||||
"license": {
|
||||
"file": "../LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"Flutter Team": "flutter-dev@googlegroups.com"
|
||||
},
|
||||
"source": {
|
||||
"path": "."
|
||||
},
|
||||
"source_files": "Classes/**/*",
|
||||
"public_header_files": "Classes/**/*.h",
|
||||
"dependencies": {
|
||||
"Flutter": [
|
||||
|
||||
]
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user