[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / BWSQlite3ORM / 0.1.0 / BWSQlite3ORM.podspec.json
blob3970f79d0f249ad5a8f59487832ccecf8c508092
2   "name": "BWSQlite3ORM",
3   "version": "0.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BWSQlite3ORM/Classes/**/*"