[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / d / 5 / RealmStore / 1.0.1 / RealmStore.podspec.json
blob1c970f5bb6f4434658c292b8a850358a59f3de0f
2   "name": "RealmStore",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A repository pattern implementation for Realm database",
9   "homepage": "https://github.com/vbicer/RealmStore",
10   "authors": {
11     "Volkan Bicer": "vlknbcr@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/vbicer/RealmStore.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "RealmStore/**/*.swift",
22   "dependencies": {
23     "RealmSwift": [
24       "~> 2.1"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"