[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 2 / SessionTools / 1.2.0 / SessionTools.podspec.json
bloba01934bbc70a9cdd52cfa37b5d9b773f49844657
2   "name": "SessionTools",
3   "version": "1.2.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.2.0"
17   },
18   "default_subspecs": "KeychainStorage",
19   "swift_version": "5.0",
20   "platforms": {
21     "ios": "9.0",
22     "watchos": "2.0",
23     "tvos": "9.0",
24     "osx": "10.9"
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   ]