[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / c / 0 / 8 / SoraKeystore / 0.1.2 / SoraKeystore.podspec.json
blobc9cd4b126d47a81097e90db5c79c9f3d78ec9779
2   "name": "SoraKeystore",
3   "version": "0.1.2",
4   "summary": "A library to wrap logic related to keychain and user defaults.",
5   "homepage": "https://github.com/sora-xor",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ERussel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sora-xor/Soramitsu-keystore-iOS.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_version": "4.2",
21   "source_files": "SoraKeystore/Classes/**/*",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "Tests/**/*"
27     }
28   ]