blob: eb4ec7371b21fd21249725dcc690dad7e41d1345 [file] [log] [blame]
{
"name": "SnowShoe-Swift",
"version": "1.0.0",
"summary": "iOS wrapper for SnowShoe in Swift 2",
"description": "SnowShoe is an authentication tool for smartphones. This library provides a simple Swift wrapper.",
"homepage": "https://github.com/mluedke2/SnowShoe-Swift",
"license": "MIT",
"authors": {
"Matt Luedke": "mluedke2@gmail.com"
},
"source": {
"git": "https://github.com/mluedke2/SnowShoe-Swift.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/matt_luedke",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SnowShoe-Swift": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"OAuthSwift": [
"0.4.4"
],
"ObjectMapper": [
"0.17"
]
}
}