blob: b0270eb59509e4402a5845808cfdc324a4915a9b [file] [log] [blame]
{
"name": "EasyAuthPod",
"version": "1.0.0",
"summary": "EasyAuth offers easy login, success and about us screen.",
"description": "EasyAuth offers easy login, success and about us screen. EasyAuth offers easy login, success and about us screen.",
"homepage": "https://github.com/ravirajw/EasyAuthPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raviraj Wadhwa": "w.raviraj@yahoo.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/ravirajw/EasyAuthPod.git",
"tag": "1.0.0"
},
"source_files": "EasyAuthUniversalLib/*.{h,m,xib}",
"preserve_paths": "EasyAuthUniversalLib/*",
"resources": "EasyAuthUniversalLib/Resources.bundle",
"ios": {
"vendored_libraries": "EasyAuthUniversalLib/libEasyAuthLibrary.a"
},
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/EasyAuthUniversalLib\""
},
"requires_arc": true
}