[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / e / FlexileDatabase / 0.1.2 / FlexileDatabase.podspec.json
blob44bd0b8713a764164ac9d93b42c1a8afecc4a293
2   "name": "FlexileDatabase",
3   "version": "0.1.2",
4   "homepage": "https://github.com/ahayman/FlxDatabase",
5   "summary": "A SQLite database management tool with object oriented SQL Statements.",
6   "description": "           The Flexile Database is a set of classes to help manage information in a SQLite database (iPhone only at the moment) in an object oriented fasion. The header files are fully documented, so you can learn a lot about usage there.\n\nThe is one dependency: FlxToolkit. It a collection of classes, defines, functions, etc I use in most of my projects.\n\nWarning: At the moment, while these classes handle just about all types of updates you can do on a SQLite database, they only handle single-table queries. I intend on adding joined queries in the near future... as soon as I can get to it. \n",
7   "authors": {
8     "Aaron Hayman": "aaron@flexile.co"
9   },
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/ahayman/FlxDatabase.git",
13     "tag": "0.1.2"
14   },
15   "source_files": "FlxDatabase/*.{h,m}",
16   "libraries": "sqlite3",
17   "dependencies": {
18     "FlexileToolkit": [
19       "~> 0.x.x"
20     ]
21   },
22   "platforms": {
23     "ios": "5.1"
24   },
25   "requires_arc": true