blob: 160ab275662a315c5b6a228f640b8ca8187618e5 [file] [log] [blame]
{
"name": "AcknowledgementsBundle",
"version": "0.0.2",
"summary": "Easily add a Settings.bundle with CocoaPods acknowledgements to your iOS App.",
"homepage": "https://github.com/rivera-ernesto/AcknowledgmentsBundle",
"screenshots": [
"http://rivera-ernesto.github.io/AcknowledgementsBundle/images/screenshot1.png",
"http://rivera-ernesto.github.io/AcknowledgementsBundle/images/screenshot2.png"
],
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ernesto Rivera": "rivera.ernesto@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/rivera-ernesto/AcknowledgmentsBundle.git",
"tag": "0.0.2"
},
"preserve_paths": "README.md",
"source_files": "Dummy.h",
"requires_arc": true,
"resource_bundles": {
"Settings": [
"*.plist",
"../Pods-acknowledgements.plist"
]
}
}