Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JARMourato/EasyAbout
A way to easily add Cocoapod licenses and App Version to your iOS App using the Settings Bundle
https://github.com/JARMourato/EasyAbout
about acknowledgements cocoapods
Last synced: 3 months ago
JSON representation
A way to easily add Cocoapod licenses and App Version to your iOS App using the Settings Bundle
- Host: GitHub
- URL: https://github.com/JARMourato/EasyAbout
- Owner: JARMourato
- License: mit
- Archived: true
- Created: 2016-02-13T01:39:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T17:45:05.000Z (over 5 years ago)
- Last Synced: 2024-07-05T11:45:55.136Z (4 months ago)
- Topics: about, acknowledgements, cocoapods
- Language: Shell
- Homepage:
- Size: 390 KB
- Stars: 55
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - EasyAbout - A way to easily add CocoaPods licenses and App Version to your iOS App using the Settings Bundle. (Utility / Web View)
- awesome-ios-star - EasyAbout - A way to easily add CocoaPods licenses and App Version to your iOS App using the Settings Bundle. (Utility / Web View)
README
EasyAbout
======================
## Requirements: cocoapods version 1.4.0 or above.## Why you should use
Well, it is always nice to give credit to the ones who helped you :smiley:
Bonus: it helps keeping track of the app version that is installed## Example
## Install
Add to each wanted podfile target :
```ruby
pod 'EasyAbout'
script_phase :name => 'EasyAbout Setup', :script => '${PODS_ROOT}/EasyAbout/settings-script.sh'
```## License
**EasyAbout** is available under the MIT license. See the [LICENSE](https://github.com/JARMourato/AcknowledgementsBundle/blob/master/LICENSE) file for more info.