[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 7 / 9 / 0 / libGitHubIssues / 0.0.1 / libGitHubIssues.podspec.json
blob77386d95425cb6dcae8d11a735558e516c92c5be
2   "name": "libGitHubIssues",
3   "version": "0.0.1",
4   "summary": "A kit to make use of GitHub Issues as a bugtracker system.",
5   "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.",
6   "homepage": "https://github.com/Matchstic/libGitHubIssues",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matt Clarke": "matt@incendo.ws"
13   },
14   "social_media_url": "http://twitter.com/_Matchstic",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Matchstic/libGitHubIssues.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "libGitHubIssues/*.{h,m}",
23   "resource_bundles": {
24     "libGitHubIssues": [
25       "libGitHubIssues/Supporting Files/*.png"
26     ]
27   },
28   "frameworks": "UIKit",
29   "requires_arc": true,
30   "dependencies": {
31     "OctoKit": [
32       "~> 0.5"
33     ],
34     "RFMarkdownTextView": [
35       "~> 1.4"
36     ],
37     "UITextView+Placeholder": [
38       "~> 1.2"
39     ],
40     "SAMKeychain": [
42     ]
43   }