blob: b76592a93c2ad44b18850bdc2b0e4d6157d0e0f3 [file] [log] [blame]
{
"name": "IssueKit",
"version": "0.0.1",
"summary": "A drop-in component for creating GitHub issues in your app.",
"homepage": "http://www.github.com/usepropeller/IssueKit",
"authors": {
"Mert Dumenci": "mert@dumenci.me"
},
"source": {
"git": "https://github.com/usepropeller/IssueKit.git",
"commit": "4d830025d38e355d6ef65fe3d04e177238de6674"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"IssueKit/IssueKit/*.{h,m}"
],
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"Mantle": [
]
}
}