blob: 19faf8d643db477821fa775d4eb997817b607677 [file] [log] [blame]
{
"name": "NRControls",
"version": "1.0.0",
"summary": "This class is used for using a common controls like alert, action sheet and imagepicker controller with proper completion Handlers.",
"description": "NRControls: This class is used for using a common controls like alert, action sheet and imagepicker controller with proper completion Handlers. It means when you open the image picker controller you dont worry about implementing the delegate of imagepickercontroller, instead you will get your selected image within the same line of code in completion handler. This library mainly contains the five methods which are for following purpose:\n1) Imagepicker controller\n2) AlertView\n3) Action Sheet\n4) AlertView with textfield (eg. you can use this in case of forgot password and in many more cases.)\n5) Take or choose photo which use above methods and gives you the selected image within same line of code with the help of completion handler.",
"homepage": "https://github.com/naveenrana1309/NRControls",
"screenshots": "https://cdn.rawgit.com/naveenrana1309/NRControls/master/Example/sample.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naveenrana1309": "naveenrana1309@gmail.com"
},
"source": {
"git": "https://github.com/naveenrana1309/NRControls.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NRControls/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.3"
],
"ReachabilitySwift": [
"~> 2.3"
]
}
}