[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / 1 / SoraDocuments / 0.1.2 / SoraDocuments.podspec.json
blob0edcebb87b66a7349c1214ef79f0c12e713453b4
2   "name": "SoraDocuments",
3   "version": "0.1.2",
4   "summary": "Library to perform operations on structured documents and store on disk.",
5   "homepage": "https://github.com/sora-xor",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Russel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sora-xor/Soramitsu-documents-iOS.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SoraDocuments/Classes/**/*.swift",
21   "swift_version": "4.2",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "Tests/**/*.swift"
27     }
28   ]