[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / d / 3 / MSession / 1.0 / MSession.podspec.json
blobf5b39f686cb00478d28632b125ed43af179c3f90
2   "name": "MSession",
3   "version": "1.0",
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"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "default_subspecs": [
21     "Core",
22     "Session",
23     "Auth"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/Keychain/*"
29     },
30     {
31       "name": "Session",
32       "dependencies": {
33         "MSession/Core": [
35         ]
36       },
37       "source_files": "Source/Session/*"
38     },
39     {
40       "name": "Auth",
41       "dependencies": {
42         "MSession/Core": [
44         ]
45       },
46       "source_files": "Source/Auth/*"
47     }
48   ]