blob: 687db1a2c63c5f02bee4f03221889b0223420020 [file] [log] [blame]
{
"name": "HotlineSDK",
"version": "1.1.0",
"summary": "Hotline - iOS SDK - In-app support and engagement done right",
"description": "Hotline enables businesses and app owners to engage, retain and sell more to their mobile app users by powering novel support and engagement features in these apps.",
"homepage": "http://www.hotline.io",
"license": {
"type": "Commercial",
"text": "See http://www.hotline.io/terms"
},
"authors": {
"Freshdesk": "support@hotline.io"
},
"social_media_url": "https://twitter.com/gethotline",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/freshdesk/hotline-ios.git",
"tag": "v1.1.0"
},
"source_files": "HotlineSDK/*.{h,m}",
"preserve_paths": "HotlineSDK/*",
"resources": [
"HotlineSDK/HLResources.bundle",
"HotlineSDK/KonotorModels.bundle",
"HotlineSDK/HLLocalization.bundle"
],
"ios": {
"vendored_libraries": "HotlineSDK/libFDHotlineSDK.a"
},
"frameworks": [
"Foundation",
"AVFoundation",
"AudioToolbox",
"CoreMedia",
"CoreData",
"ImageIO",
"SystemConfiguration"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/HotlineSDK\""
},
"requires_arc": true
}