blob: 408dd4ee936ebcbb32d44f61b907516fe0f52177 [file] [log] [blame]
{
"name": "IssueKit",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"IssueKit/IssueKit/*.{h,m}"
],
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"Mantle": [
],
"NSData+Base64": [
],
"BlocksKit": [
]
}
}