[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / 4 / 2 / SwiftMeteor / 0.0.2 / SwiftMeteor.podspec.json
blobbc8c0ce92844dd17a0ffa2e6744f6f783739ef49
2   "name": "SwiftMeteor",
3   "version": "0.0.2",
4   "summary": "A Meteor Client written in Swift",
5   "description": "A Client for connecting to Meteor JS servers written, in Swift",
6   "homepage": "https://github.com/siegesmund/SwiftMeteor",
7   "license": "MIT",
8   "authors": {
9     "Peter": "peter.siegesmund@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/siegesmund/SwiftMeteor.git",
13     "tag": "0.0.2"
14   },
15   "social_media_url": "https://twitter.com/psiegesmund",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SwiftMeteor": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "SwiftDDP": [
29     ],
30     "XCGLogger": [
32     ]
33   }