[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / a / HNStorage / 0.5.0 / HNStorage.podspec.json
blob257b8b582af0ca135930e7695c8a1c1452b7640f
2   "name": "HNStorage",
3   "version": "0.5.0",
4   "summary": "HNStorage works as a layer to be a simple, efficient, and extendable CRUD layer for different iOS Storing options.",
5   "description": "HNStorage works as a layer to be a simple, efficient, and extendable CRUD layer for different iOS Storing options.\nWorking with different storage options such as UserDefaults, Disk, or even keychain can be a hassle especially working with an enterprise project.",
6   "homepage": "https://github.com/HadiIOS/HNStorage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hady": "hady.nourallah@gmail.com"
13   },
14   "swift_versions": "4.2",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.9",
18     "watchos": "3.2",
19     "tvos": "10.2"
20   },
21   "source": {
22     "git": "https://github.com/HadiIOS/HNStorage.git",
23     "tag": "0.5.0"
24   },
25   "source_files": "HNStorage/src/**/*.{h,m,swift}",
26   "swift_version": "4.2"