blob: 634f4bfd37eb4f95ebfa577bb0e1df661dea2fcc [file] [log] [blame]
{
"name": "HintPod",
"version": "0.0.1",
"summary": "Build a community with two lines of code.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/melwaraki/HintPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"melwaraki": "mirage299@gmail.com"
},
"source": {
"git": "https://github.com/melwaraki/HintPod.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source_files": "HintPod/Classes/**/*",
"resources": "HintPod/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,json}",
"resource_bundles": {
"HintPod": [
"HintPod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
],
"UITextView+Placeholder": [
]
},
"swift_version": "4.2"
}