[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / b / RealmMeteor / 0.1.2 / RealmMeteor.podspec.json
blob3bdf3459f329d9dc8a655b672c1a43cef4dc50d5
2   "name": "RealmMeteor",
3   "version": "0.1.2",
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.2"
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.95.3"
24     ],
25     "SwiftDDP": [
26       "0.1.2"
27     ],
28     "XCGLogger": [
30     ]
31   }