blob: 77386d95425cb6dcae8d11a735558e516c92c5be [file] [log] [blame]
{
"name": "libGitHubIssues",
"version": "0.0.1",
"summary": "A kit to make use of GitHub Issues as a bugtracker system.",
"description": "libGitHubIssues allows you to integrate GitHub's Issues system into your app to use as a bugtracker. It provides a single public view controller \nto present modally, and supports a native OAuth application flow for users to login. Existing issues can be viewed without the user needing to\nlog in.",
"homepage": "https://github.com/Matchstic/libGitHubIssues",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Matt Clarke": "matt@incendo.ws"
},
"social_media_url": "http://twitter.com/_Matchstic",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Matchstic/libGitHubIssues.git",
"tag": "0.0.1"
},
"source_files": "libGitHubIssues/*.{h,m}",
"resource_bundles": {
"libGitHubIssues": [
"libGitHubIssues/Supporting Files/*.png"
]
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"OctoKit": [
"~> 0.5"
],
"RFMarkdownTextView": [
"~> 1.4"
],
"UITextView+Placeholder": [
"~> 1.2"
],
"SAMKeychain": [
]
}
}