| { |
| "name": "ActiveRealm", |
| "version": "0.1.3", |
| "summary": "ActiveRealm is Active Record library using Realm.", |
| "description": "ActiveRealm is Active Record library using Realm for Objective-C/Swift, inspired by ActiveRecord of Ruby on Rails.", |
| "authors": "Hituzi Ando", |
| "homepage": "https://github.com/HituziANDO/ActiveRealm", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source": { |
| "git": "https://github.com/HituziANDO/ActiveRealm.git", |
| "tag": "0.1.3" |
| }, |
| "source_files": "ActiveRealm/ActiveRealm/**/*.{h,m}", |
| "exclude_files": [ |
| "ActiveRealm/build/*", |
| "ActiveRealm/Framework/*", |
| "ActiveRealmSample/*", |
| "ActiveRealmSwiftSample/*", |
| "README.md" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "Realm": [ |
| |
| ] |
| } |
| } |