blob: bc8c0ce92844dd17a0ffa2e6744f6f783739ef49 [file] [log] [blame]
{
"name": "SwiftMeteor",
"version": "0.0.2",
"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.2"
},
"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": [
]
}
}