[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / c / SharkORM / 2.1.1 / SharkORM.podspec.json
blobb56182a8f6763f2c1f44af87abe586fe768aa8de
2   "name": "SharkORM",
3   "version": "2.1.1",
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   },
19   "source": {
20     "git": "https://github.com/sharksync/sharkorm.git",
21     "tag": "2.1.1"
22   },
23   "source_files": "SharkORM/**/*.{h,m,c}",
24   "public_header_files": [
25     "SharkORM/Core/DBAccess.h",
26     "SharkORM/Core/SharkORM.h"
27   ]