2 "name": "BibleManager",
4 "summary": "An abstract model layer for bible apps",
5 "description": "Most bible apps will have pretty much the same UI: you'll want to fetch a chapter, and display the verses. This pod allows you to abstract how you fetch the bible data (from an api? from a database? from CoreData? your UI probably doesn't care), so that you can build a data source agnostic front end.",
6 "homepage": "https://github.com/ThryvInc/bible-manager-ios",
15 "git": "https://github.com/ThryvInc/bible-manager-ios.git",
18 "social_media_url": "https://twitter.com/schrockblock",
22 "source_files": "BibleManager/Classes/**/*",
23 "pushed_with_swift_version": "3.0"