[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 7 / AppSession / 0.2.0 / AppSession.podspec.json
blob80c260ae92b4a763779535a09cbb14f1e8d66b12
2   "name": "AppSession",
3   "version": "0.2.0",
4   "summary": "A lightweight key-value store to share data across ViewControllers and or SKScenes",
5   "description": "AppSession was created due to my frustrations with existing tools that either needed to access the disk for caching, required modifying my code to implement some strange Protocol(s) and or couldn't handle storing reference types. So during the creation/debugging of one of my SpriteKit games I started building a class that let me initialize a SKScene based on any arbitrary game data; I extracted the code from my game and re-named it AppSession.",
6   "homepage": "https://github.com/taywils/SwiftAppSession",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "taywils": "DemetriousWilson@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/taywils/SwiftAppSession.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*"