[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 0 / ZLMojoDatabase / 1.5.2 / ZLMojoDatabase.podspec.json
blob44f192a5410b353234a4bc8d6f00aec9fdee640c
2   "name": "ZLMojoDatabase",
3   "version": "1.5.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/zhoulincome/mojo-database",
6   "social_media_url": "https://github.com/zhoulincome/mojo-database",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "zhoulin": "359344816@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/zhoulincome/mojo-database.git",
19     "tag": "1.5.2"
20   },
21   "source_files": "MojoDatabase/*.{h,m}",
22   "frameworks": "AVFoundation",
23   "libraries": "sqlite3",
24   "requires_arc": true