blob: 16b8561978b513d4df77e61b28864e8de0531000 [file] [log] [blame]
{
"name": "BeagleSchema",
"version": "1.3.0",
"summary": "Describe Beagle components structure",
"description": "This pod is a part of Beagle framework, it will probably not work alone",
"homepage": "https://docs.usebeagle.io",
"license": "Apache License 2.0",
"authors": "Zup IT",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ZupIT/beagle.git",
"tag": "1.3.0"
},
"source_files": [
"iOS/Schema/Sources/**/*.swift"
],
"exclude_files": [
"iOS/Schema/**/Test/**/*.swift",
"iOS/Schema/**/Tests/**/*.swift",
"iOS/Schema/**/*Test*.swift"
],
"swift_version": "5.0"
}