[Add] ShopSphare 1.0.2
[CocoaPods.git] / Specs / 8 / 4 / 2 / SessionTools / 1.3.0 / SessionTools.podspec.json
blobdaca0ab2e270412ae47a2a0e8bd6a6f303241399
2   "name": "SessionTools",
3   "version": "1.3.0",
4   "summary": "Provides a simple way to make \"session\" objects for storing, deleting, and refreshing data.",
5   "description": "Provides a simple way to create \"session\" objects for use in your own session manager setup. It can store, delete, and refresh any info you want. You can also broadcast notifications when your info changes.",
6   "homepage": "https://github.com/BottleRocketStudios/iOS-SessionTools",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bottle Rocket Studios": "earl.gaspard@bottlerocketstudios.com"
13   },
14   "source": {
15     "git": "https://github.com/bottlerocketstudios/iOS-SessionTools.git",
16     "tag": "1.3.0"
17   },
18   "default_subspecs": "KeychainStorage",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0",
22     "watchos": "4.2",
23     "tvos": "10.0",
24     "osx": "10.12"
25   },
26   "frameworks": "Foundation",
27   "source_files": [
28     "Sources/SessionTools/Base/*",
29     "Sources/SessionTools/KeychainStorage/*"
30   ],
31   "subspecs": [
32     {
33       "name": "Base",
34       "source_files": "Sources/SessionTools/Base/*"
35     },
36     {
37       "name": "KeychainStorage",
38       "dependencies": {
39         "KeychainAccess": [
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.0"