blob: a5608c3bfe29769d13250d84762fc87d0264feca [file] [log] [blame]
{
"name": "GitHubAuth",
"version": "0.1.0",
"summary": "Dead simple github login",
"description": "The swift library for signing in with GitHub. That's all.",
"homepage": "https://github.com/tnantoka/GitHubAuth",
"license": "MIT",
"authors": {
"tnantoka": "tnantoka@bornneet.com"
},
"source": {
"git": "https://github.com/tnantoka/GitHubAuth.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tnantoka",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GitHubAuth": [
"Pod/Assets/*.storyboard"
]
}
}