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