[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 2 / SessionTools / 1.0.2 / SessionTools.podspec.json
blob440abbbb9ba81b3e2126ea2f028297f0d67c35e1
2   "name": "SessionTools",
3   "version": "1.0.2",
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.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": [
23     "SessionTools/Classes/Base/*",
24     "SessionTools/Classes/KeychainStorage/*"
25   ],
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": "SessionTools/Classes/Base/*"
30     },
31     {
32       "name": "KeychainStorage",
33       "dependencies": {
34         "KeychainAccess": [
36         ]
37       }
38     }
39   ]