blob: a01934bbc70a9cdd52cfa37b5d9b773f49844657 [file] [log] [blame]
{
"name": "SessionTools",
"version": "1.2.0",
"summary": "Provides a simple way to make \"session\" objects for storing, deleting, and refreshing data.",
"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.",
"homepage": "https://github.com/BottleRocketStudios/iOS-SessionTools",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Bottle Rocket Studios": "earl.gaspard@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/bottlerocketstudios/iOS-SessionTools.git",
"tag": "1.2.0"
},
"default_subspecs": "KeychainStorage",
"swift_version": "5.0",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
},
"frameworks": "Foundation",
"source_files": [
"Sources/SessionTools/Base/*",
"Sources/SessionTools/KeychainStorage/*"
],
"subspecs": [
{
"name": "Base",
"source_files": "Sources/SessionTools/Base/*"
},
{
"name": "KeychainStorage",
"dependencies": {
"KeychainAccess": [
]
}
}
]
}