[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 8 / 4 / BWSQlite3ORM / 0.3.4 / BWSQlite3ORM.podspec.json
blob318f8efd0dc29ce89786e932aa27f24a998039c7
2   "name": "BWSQlite3ORM",
3   "version": "0.3.4",
4   "summary": "Simple object-relational mapping set of classes for SQLite3.",
5   "description": "Simple object-relational mapping set of classes for SQLite3, just make a data model and make it subclass of BWDataModel class, and a table will be created automatically, you can use the CRUD methods to manipulate the info.",
6   "homepage": "https://github.com/Bakuf/BWSQLite3ORM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rodrigo Galvez": "bakuf3@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Bakuf/BWSQLite3ORM.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "BWSQlite3ORM/Classes/**/*"