Latest | 5.0.1 |
---|---|
Homepage | https://github.com/abellono/IssueReporter |
License | MIT |
Platforms | ios 9.0, requires ARC |
Frameworks | UIKit, Foundation |
Authors | , |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
IssueReporter is available through CocoaPods. To install it, add the following line to your Podfile:
pod "IssueReporter"
You may run into issues with swift versions. Use the following code to apply the correct Swift version :
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if target.name == "IssueReporter"
config.build_settings['SWIFT_VERSION'] = "4.2"
end
end
end
end
Author
Hakon Hanesand, [email protected]
Nikolai Heum, [email protected]
License
IssueReporter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "IssueReporter", "version": "5.0.1", "summary": "Shake your beta app to report issues to GitHub!", "description": "Submit issues to github through your development app by shaking your phone! Beta testers can use this tool to report bugs to you while they are testing your app.", "homepage": "https://github.com/abellono/IssueReporter", "license": "MIT", "authors": { "Hakon Hanesand": "[email protected]", "Nikolai Heum": "[email protected]" }, "source": { "git": "https://github.com/abellono/IssueReporter.git", "tag": "5.0.1" }, "platforms": { "ios": "9.0" }, "requires_arc": true, "source_files": "IssueReporter/Core/**/*", "frameworks": [ "UIKit", "Foundation" ], "resource_bundles": { "IssueReporterResources": [ "IssueReporter/Assets/*.{png,strings,storyboard}" ] } }
Wed, 16 Jan 2019 11:55:06 +0000