[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / d / 3 / MSession / 1.0.1 / MSession.podspec.json
blobfd74ea73a54bc04531345fdb28f5a6d15039f3bd
2   "name": "MSession",
3   "version": "1.0.1",
4   "summary": "A simple way to manager session in your application",
5   "homepage": "https://github.com/vitormesquita/MSession",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vitor mesquita": "vitor.mesquita09@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/vitormesquita/MSession.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/**/*"
25     },
26     {
27       "name": "Session",
28       "source_files": [
29         "Source/Keychain/*",
30         "Source/Session/*"
31       ]
32     },
33     {
34       "name": "Auth",
35       "source_files": [
36         "Source/Keychain/*",
37         "Source/Auth/*"
38       ]
39     }
40   ]