blob: ecc37f481090eba7ba694521982d1f01b75577af [file] [log] [blame]
{
"name": "Critic",
"version": "0.0.3",
"summary": "iOS Library for accepting actionable customer feedback via Inventiv Critic.",
"description": "iOS Library for accepting actionable customer feedback via Inventiv Critic. You can read more about Critic here: https://inventiv.io/critic/",
"homepage": "https://github.com/inventiv-llc/inventiv-critic-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dave Lane": "dave.lane@inventiv.io"
},
"source": {
"git": "https://github.com/inventiv-llc/inventiv-critic-ios.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/inventiv_llc",
"platforms": {
"ios": "9.0"
},
"source_files": "Critic/Classes/**/*.{h,m,swift}",
"resource_bundles": {
"Critic": [
"Critic/Assets/**/*.{png,storyboard,xib}"
]
},
"dependencies": {
"SystemServices": [
"~> 2.0.1"
],
"UITextView+Placeholder": [
"~> 1.2"
]
}
}