[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / 4 / 2 / SwiftMeteor / 0.0.6 / SwiftMeteor.podspec.json
blobb4b4848cdd677d85c714862385009c7163fd2fa8
2   "name": "SwiftMeteor",
3   "version": "0.0.6",
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@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/siegesmund/SwiftMeteor.git",
13     "tag": "0.0.6"
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   }