[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / 7 / DataStoreAdvanced / 2.1.5 / DataStoreAdvanced.podspec.json
blob6d5e72337df67acaabf9fd830f8175e2e2d6235d
2   "name": "DataStoreAdvanced",
3   "version": "2.1.5",
4   "summary": "Data Store (a Laravel Eloquent like ORM) syncs your Objects (or Models) to an underlying SQLite table.",
5   "description": "DataStoreAdvanced 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": "2.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": [
19     "Pods/FMDB/standard/*.{m,h}",
20     "DataStoreAdvanced/Classes/**/*",
21     "DataStoreAdvanced/Classes/*.{m,h}"
22   ],
23   "dependencies": {
24     "FMDB": [
26     ]
27   }