blob: 5e3bf73dd248140c6bae5190d77665a9095e2627 [file] [log] [blame]
{
"name": "EasyAbout",
"version": "1.2.0",
"summary": "A way to easily add Cocoapod licenses and App Version to your iOS App using the Settings Bundle",
"homepage": "https://github.com/JARMourato/EasyAbout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"João Mourato": "joao.armourato@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/JARMourato/EasyAbout.git",
"tag": "1.2.0"
},
"preserve_paths": "settings-script.sh",
"ios": {
"source_files": "Placeholder.h",
"resource_bundles": {
"Settings": [
"*.lproj",
"Root.plist",
"Version.plist"
]
}
}
}