[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 2 / 5 / DataStore / 0.1.5 / DataStore.podspec.json
blob1b534a07373f65d0a83049dc12f9e95bf6e29a88
2   "name": "DataStore",
3   "version": "0.1.5",
4   "summary": "Data Store (a Laravel Eloquent like ORM) syncs your Objects (or Models) to an underlying SQLite table.",
5   "description": "DataStore is the Eloquent based ORM (for iOS) that also provides a beautiful, simple ActiveRecord implementation for working with your data storage. Each database table has a corresponding \"Model\" which is used to communicate. A Model allows you to insert new records into the table, query for data in your table, as well as update (and delete from) the table.\n\nMore can be found on the Eloquent Model here:\n\nhttps://laravel.com/docs/5.2/eloquent#inserting-and-updating-models\nhttps://laravel.com/api/5.2/Illuminate/Database/Eloquent/Model.html",
6   "homepage": "https://github.com/the-mac/data-store-ios",
7   "license": "MIT",
8   "authors": {
9     "Christopher Miller": "christopher.d.miller.1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/the-mac/data-store-ios.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": [
19     "Pods/FMDB/standard/*.{m,h}",
20     "DataStore/Classes/**/*",
21     "DataStore/Classes/*.{m,h}"
22   ],
23   "dependencies": {
24     "FMDB": [
26     ]
27   }