[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / f / BibleManager / 0.0.1 / BibleManager.podspec.json
blob78c58fa5e37dcc5ad2885f7280480c09b88d764f
2   "name": "BibleManager",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Elliot": ""
13   },
14   "source": {
15     "git": "https://github.com/ThryvInc/bible-manager-ios.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/schrockblock",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BibleManager/Classes/**/*",
23   "pushed_with_swift_version": "3.0"