blob: 0edcebb87b66a7349c1214ef79f0c12e713453b4 [file] [log] [blame]
{
"name": "SoraDocuments",
"version": "0.1.2",
"summary": "Library to perform operations on structured documents and store on disk.",
"homepage": "https://github.com/sora-xor",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Russel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/sora-xor/Soramitsu-documents-iOS.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SoraDocuments/Classes/**/*.swift",
"swift_version": "4.2",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
]
}