blob: 09bc5b8a24340051a20da634f9300ada7870d932 [file] [log] [blame]
{
"name": "iOS_Login",
"version": "1.0",
"summary": "This libary help the user to authenticate the host by passing user name and password",
"description": "This is authentication library can be used by any application that provide user name, password and url to authenticate.",
"homepage": "https://github.com/SinghAadi/iOS_Login",
"license": "MIT",
"authors": {
"Singh Manoj": "manoj.singh@news.com.au"
},
"source": {
"git": "https://github.com/SinghAadi/iOS_Login.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"iOS_Login": [
"Pod/Assets/*.png"
]
}
}