blob: 4a67718f92db90a96bdce4b148eaca3fba826561 [file] [log] [blame]
{
"name": "JustNetworking",
"version": "1.0",
"summary": "A small architecture library for simplify the networking layer",
"description": "Your description here.",
"homepage": "https://github.com/guseducampos/JustNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gustavo Campos": "guseducampos@gmail.com"
},
"social_media_url": "",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/guseducampos/JustNetworking.git",
"tag": "1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}