blob: 5b30bec0c89bb73aa57a97056925353f0f715174 [file] [log] [blame]
{
"name": "NRLoginVC",
"version": "0.1.0",
"summary": "NRLoginVC is A login viewcontroller",
"description": "NRLoginVC is a login viewController in which all the Validations are predefined you just use this as super class while creating Login viewControllr and give IBoutlets.",
"homepage": "https://github.com/RavindarNalla/NRLoginVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RavindarNalla": "ravindarnalla@gmail.com"
},
"source": {
"git": "https://github.com/RavindarNalla/NRLoginVC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NRLoginVC/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}