blob: f5b39f686cb00478d28632b125ed43af179c3f90 [file] [log] [blame]
{
"name": "MSession",
"version": "1.0",
"summary": "A simple way to manager session in your application",
"homepage": "https://github.com/vitormesquita/MSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vitor mesquita": "vitor.mesquita09@gmail.com"
},
"source": {
"git": "https://github.com/vitormesquita/MSession.git",
"tag": "1.0"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": [
"Core",
"Session",
"Auth"
],
"subspecs": [
{
"name": "Core",
"source_files": "Source/Keychain/*"
},
{
"name": "Session",
"dependencies": {
"MSession/Core": [
]
},
"source_files": "Source/Session/*"
},
{
"name": "Auth",
"dependencies": {
"MSession/Core": [
]
},
"source_files": "Source/Auth/*"
}
]
}