[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 0 / MojoDatabase / 1.2 / MojoDatabase.podspec.json
blob98f59cb5d86c73dae68138bc38473d503fc7cde3
2   "name": "MojoDatabase",
3   "version": "1.2",
4   "summary": "MojoDatabase is an ActiveRecord-like ORM for SQLite written in Objective-C for use in iOS applications.",
5   "homepage": "https://github.com/zhuchaowe/mojo-database",
6   "social_media_url": "https://swift.08dream.com",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "zhuchao": "zhuchaowe@163.com"
16   },
17   "source": {
18     "git": "https://github.com/zhuchaowe/mojo-database.git",
19     "tag": "1.2"
20   },
21   "source_files": "MojoDatabase/*.{h,m}",
22   "dependencies": {
23     "JSONModel": [
25     ]
26   },
27   "requires_arc": true