[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / b / RealmMeteor / 0.1.4 / RealmMeteor.podspec.json
blob5e3b7dd21891d1042913ac5286fd6092a1b2719d
2   "name": "RealmMeteor",
3   "version": "0.1.4",
4   "summary": "A DDP Client for communicating with Meteor servers, written in Swift",
5   "description": "A DDP Client for communicating with DDP Servers (Meteor JS), written in Swift",
6   "homepage": "https://github.com/siegesmund/SwiftDDP",
7   "license": "MIT",
8   "authors": {
9     "Peter Siegesmund": "peter.siegesmund@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/siegesmund/RealmMeteor.git",
13     "tag": "0.1.4"
14   },
15   "social_media_url": "https://twitter.com/psiegesmund",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "RealmMeteor/**/*",
21   "dependencies": {
22     "RealmSwift": [
23       "0.96.0"
24     ],
25     "SwiftDDP": [
27     ],
28     "XCGLogger": [
30     ]
31   }