blob: 659a84ca966201fa1bcfc93ff9b8f9ad3853ed08 [file] [log] [blame]
{
"name": "Hangit",
"version": "1.2.2",
"summary": "Location Driven Mobile Marketing.",
"description": "Supports iOS 7 and up. With Hangit, app publishers and marketers can get in front of their customers at precisely the right place and time and deliver a rich notification that is sure to get their attention.\n\n* Markdown format.\n* Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/hangit/Hangit",
"license": "MIT",
"authors": {
"John Dutchak": "john.dutchak@hangit.com"
},
"source": {
"git": "https://github.com/hangit/Hangit.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Example/Hangit/*.{h,m}",
"resource_bundles": {
"HangitSDKResources": [
"Example/HangitSDKResources.bundle/*.*"
]
},
"vendored_frameworks": "Example/HangitSDK.framework",
"resources": "Example/HangitSDK.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}