Latest | 0.1.3 |
---|---|
Homepage | https://github.com/Musjoy/DBModel |
License | MIT |
Platforms | ios 7.0 |
Dependencies | ModuleCapability |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
DBModel is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DBModel"
Author
Raymond, [email protected]
License
DBModel is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DBModel", "version": "0.1.3", "summary": "This is a combination of json parsing and database.", "homepage": "https://github.com/Musjoy/DBModel", "license": "MIT", "authors": { "Raymond": "[email protected]" }, "source": { "git": "https://github.com/Musjoy/DBModel.git", "tag": "v-0.1.3", "submodules": true }, "platforms": { "ios": "7.0" }, "default_subspecs": "DBModel", "user_target_xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DB_MODEL" }, "dependencies": { "ModuleCapability": [ "~> 0.1" ] }, "subspecs": [ { "name": "DBModel", "source_files": "DBModel/DBMode*.{h,m}" }, { "name": "DBManager", "source_files": [ "DBModel/DBManager.{h,m}", "DBModel/DBTableInfo.{h,m}" ], "dependencies": { "DBModel/DBModel": [], "FMDB": [] }, "user_target_xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DB_MANAGER" }, "prefix_header_contents": "#import "ModuleCapability.h"n#ifndef MODULE_DB_MANAGERn #define MODULE_DB_MANAGERn#endif" }, { "name": "DBItemStore", "source_files": "DBModel/DBItemStore.{h,m}", "dependencies": { "DBModel/DBManager": [] }, "user_target_xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DB_ITEM_STORE" }, "prefix_header_contents": "#import "ModuleCapability.h"n#ifndef MODULE_DB_ITEM_STOREn #define MODULE_DB_ITEM_STOREn#endif" } ] }
Wed, 24 Aug 2016 09:06:05 +0000