[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 7 / AppSession / 0.0.1 / AppSession.podspec.json
blob5af6d776304bff0446a68f9b5bbfd206e69d996c
2   "name": "AppSession",
3   "version": "0.0.1",
4   "summary": "A lightweight key-value store to share data across ViewControllers and or SKScenes",
5   "description": "A lightweight key-value store to share data across ViewControllers and or SKScenes; combine it with a caching API for greater performance.",
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.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "AppSession": [
25       "Pod/Assets/*.png"
26     ]
27   }