[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / 3 / iOSOrm / 0.0.1 / iOSOrm.podspec.json
blob80b2d70f486d3058a0615bb80734d28204d5c050
2   "name": "iOSOrm",
3   "version": "0.0.1",
4   "summary": "iOS ORM database",
5   "description": "iOS版本的ORM数据库,具有高速,快捷的优点",
6   "homepage": "https://github.com/mymirror/iOSORM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mymirror": "852171945@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mymirror/iOSORM.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "realmOrm/iOSRealm/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "Realm": [
26     ]
27   }