blob: 8152cf889dd1cc64f93068dc6bfdb9a791a0eb68 [file] [log] [blame]
{
"name": "Inapphelp",
"version": "0.1.1",
"summary": "In-app customer support framework",
"description": "In-app customer support framework for inapphelp.com help desk. See inapphelp.io for more details",
"homepage": "https://github.com/apps-m/inapphelp-ios",
"social_media_url": "https://twitter.com/inapphelp",
"license": "MIT",
"authors": {
"Apps-m": "ios@apps-m.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/apps-m/inapphelp-ios.git",
"tag": "0.1.1",
"submodules": true
},
"source_files": "Classes/*/*.{h,m}",
"resources": [
"Resources/*.png",
"Resources/*.storyboard"
],
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"JCNotificationBannerPresenter": [
"~> 1.1.2"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}