blob: 0fc818f0865c91171c2a98b4ba848db3d84cfaa9 [file] [log] [blame]
{
"name": "ActiveRealm",
"version": "0.1.2",
"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.2"
},
"source_files": "ActiveRealm/ActiveRealm/**/*.{h,m}",
"exclude_files": [
"ActiveRealm/build/*",
"ActiveRealm/Framework/*",
"ActiveRealmSample/*",
"ActiveRealmSwiftSample/*",
"README.md"
],
"requires_arc": true,
"dependencies": {
"Realm": [
]
}
}