| { |
| "name": "RealmLess", |
| "version": "2.0.2", |
| "summary": "Realm write extension.Prefect solution to reduce realm (objc) tedious write commit coding.", |
| "homepage": "https://github.com/Meterwhite/RealmLess", |
| "license": "MIT", |
| "authors": { |
| "Meterwhite": "meterwhite@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/Meterwhite/RealmLess.git", |
| "tag": "2.0.2" |
| }, |
| "source_files": "RealmLess/**/*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "dependencies": { |
| "Realm": [ |
| |
| ] |
| } |
| } |