blob: 608b680edb02045501240beb8be75e22abb8343e [file] [log] [blame]
{
"name": "SwiftMeteor",
"version": "0.0.1",
"summary": "A Meteor Client written in Swift",
"description": "A Client for connecting to Meteor JS servers written, in Swift",
"homepage": "https://github.com/siegesmund/SwiftMeteor",
"license": "MIT",
"authors": {
"Peter": "peter.siegesmund@gmail.com"
},
"source": {
"git": "https://github.com/siegesmund/SwiftMeteor.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/psiegesmund",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftMeteor": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SwiftDDP": [
],
"XCGLogger": [
]
}
}