blob: ae71e5500cf9aa6ed8bba0d591f93f5813bbb7db [file] [log] [blame]
{
"name": "IssueKit",
"version": "0.0.2",
"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",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"IssueKit/IssueKit/*.{h,m}"
],
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"Mantle": [
]
}
}