[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / b / 4 / RealmLess / 2.0.2 / RealmLess.podspec.json
blobd2e3d41a243e967563c1463216882c2a7e211250
2   "name": "RealmLess",
3   "version": "2.0.2",
4   "summary": "Realm write extension.Prefect solution to reduce realm (objc) tedious write commit coding.",
5   "homepage": "https://github.com/Meterwhite/RealmLess",
6   "license": "MIT",
7   "authors": {
8     "Meterwhite": "meterwhite@outlook.com"
9   },
10   "source": {
11     "git": "https://github.com/Meterwhite/RealmLess.git",
12     "tag": "2.0.2"
13   },
14   "source_files": "RealmLess/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "dependencies": {
23     "Realm": [
25     ]
26   }