[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 3 / e / Strongbox / 0.5.1 / Strongbox.podspec.json
blob7c65d18e13e93031ab460dffd41734b458229b20
2   "name": "Strongbox",
3   "version": "0.5.1",
4   "summary": "Strongbox is a Swift utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.",
5   "homepage": "https://github.com/granoff/Strongbox",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mark H. Granoff": "mark@granoff.net"
12   },
13   "source": {
14     "git": "https://github.com/granoff/Strongbox.git",
15     "tag": "0.5.1"
16   },
17   "social_media_url": "https://twitter.com/granoff",
18   "platforms": {
19     "ios": "9.0",
20     "watchos": "3.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Strongbox/Classes/**/*",
24   "frameworks": "Security",
25   "pushed_with_swift_version": "3.0"