[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 8 / 4 / RealmCollectionController / 0.1.0 / RealmCollectionController.podspec.json
blob12bb241a8035177032e6f14aa758ae30de1392cb
2   "name": "RealmCollectionController",
3   "version": "0.1.0",
4   "summary": "RealmCollectionController makes it easy to work with Realm and UITableView/UICollectionView.",
5   "homepage": "https://github.com/agisboye/RealmCollectionController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "August Heegaard": "august@totus-labs.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/agisboye/RealmCollectionController.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "Source/**/*",
21   "requires_arc": true,
22   "dependencies": {
23     "RealmSwift": [
24       ">=1.0.0"
25     ]
26   }