blob: a83ba53954ebc9d4993ea791d6226a4545bfd8bb [file] [log] [blame]
{
"name": "IssueKit",
"version": "0.0.3",
"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.3"
},
"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": [
]
}
}