[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 0 / 6 / 5 / ActiveRealm / 0.1.1 / ActiveRealm.podspec.json
blob58a3b76973efd23ddddf9145669bcdb95bc41892
2   "name": "ActiveRealm",
3   "version": "0.1.1",
4   "summary": "ActiveRealm is Active Record library using Realm.",
5   "description": "ActiveRealm is Active Record library using Realm for Objective-C/Swift, inspired by ActiveRecord of Ruby on Rails.",
6   "authors": "Hituzi Ando",
7   "homepage": "https://github.com/HituziANDO/ActiveRealm",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "platforms": {
13     "ios": "9.3"
14   },
15   "source": {
16     "git": "https://github.com/HituziANDO/ActiveRealm.git",
17     "tag": "0.1.1"
18   },
19   "source_files": "ActiveRealm/ActiveRealm/**/*.{h,m}",
20   "exclude_files": [
21     "ActiveRealm/build/*",
22     "ActiveRealm/Framework/*",
23     "ActiveRealmSample/*",
24     "ActiveRealmSwiftSample/*",
25     "README.md"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Realm": [
31     ]
32   }