blob: 6761a2e11bbb6a9d7d2170b638532036feabe892 [file] [log] [blame]
{
"name": "NetworkingKit",
"version": "0.1.0",
"summary": "[WIP] This library is a simple networking layer with a easy integration with iOS App Extensions.",
"description": "[WIP] This library was created with the purpose of creating a simple networking layer with a easy integration with iOS App Extensions. Although there\\s a lot of networking managers, this class may be an opportunity to create new and custom libraries.",
"homepage": "https://github.com/BrunoMiguens/NetworkingKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Miguens": "brunomiguens@icloud.com"
},
"source": {
"git": "https://github.com/BrunoMiguens/NetworkingKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkingKit/**/*"
}