[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / c / SharkORM / 2.0.7 / SharkORM.podspec.json
bloba63056779ece1cc1a824b70f3bb6ffe0074f09b6
2   "name": "SharkORM",
3   "version": "2.0.7",
4   "summary": "SQLite based ORM for iOS, tvOS & macOS",
5   "description": "Shark is an open source ORM, designed from the start to be low maintenance and natural to use, developers choose shark for its power and simplicity.\n\nWith just a couple of lines of code getting you started, it is faster to get started than any other database system.\n\nReal class objects are used and extended, with a simple persistence model and the datastore is always refactored to your class structures, with no effort from the developer.\n\nObjects are retrieved using a FLUENT interface, but the same methods give you COUNT, SUM, GROUP & DISTINCT.\n\nYour object model is tuneable with indexes and query optimisations and it is entirely thread-safe in every situation, in fact, you don't have to worry about it at all.",
6   "homepage": "http://sharkorm.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian Herridge": "adrian@sharkorm.com"
13   },
14   "social_media_url": "http://twitter.com/editfmah",
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/sharksync/sharkorm.git",
22     "tag": "2.0.7"
23   },
24   "source_files": "SharkORM/**/*.{h,m,c}",
25   "public_header_files": [
26     "SharkORM/Core/DBAccess.h",
27     "SharkORM/Core/SharkORM.h"
28   ]