blob: 66cb20cca1ae3298db0f2f8f1977717d16f7ee22 [file] [log] [blame]
{
"name": "SoraDocuments",
"version": "0.1.3",
"summary": "Library to perform operations on structured documents and store on disk.",
"homepage": "https://github.com/soramitsu",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"Russel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/soramitsu/documents-iOS.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SoraDocuments/Classes/**/*.swift",
"swift_versions": "4.2",
"swift_version": "4.2",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
]
}