blob: 5325219ce73932d8688d197aa2758cab37afb576 [file] [log] [blame]
{
"name": "NRConnection",
"version": "1.0.1",
"summary": "NRConnection lets use the network layer in the simplest way. Send parameters,images and videos to server in a simplest way.",
"description": "NRConnection: lets use the network layer in the simplest way. Send parameters,images and videos to server in a simplest way. Well there are various network classes available for open source, but most of them missing the simplicity . NRConnection allow developers to send parameters, images and videos to server in a simplest way. Just a single method for video and images which needs the array of images and videos and NRConnection sends it to the server in a most elegant way with the use of Alamofire. You can get the success/failure with the help of NRCompletionHandler.",
"homepage": "https://github.com/naveenrana1309/NRConnection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naveenrana1309": "naveenrana1309@gmail.com"
},
"source": {
"git": "https://github.com/naveenrana1309/NRConnection.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NRConnection/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.3"
],
"ReachabilitySwift": [
"~> 2.3"
]
}
}