blob: 934c1875245fabcb96798d1f2381c177250e09f9 [file] [log] [blame]
{
"name": "EasyAbout",
"version": "1.1.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.1.0"
},
"preserve_paths": [
"README.md",
"settings-script.sh"
],
"source_files": "Placeholder.h",
"requires_arc": true,
"resource_bundles": {
"Settings": [
"*.lproj",
"*.plist",
"../Pods-acknowledgements.plist"
]
},
"prepare_command": "chmod u+x $(pwd)/settings-script.sh"
}