blob: a303138f814c541bbf7da867dcdcd9e207eea01c [file] [log] [blame]
{
"name": "HandpointSDK",
"version": "3.2.2",
"summary": "HandpointSDK for iOS",
"description": "For detailed information, please see Handpoint documentation and Readme in https://www.handpoint.com/docs/device/iOS/",
"homepage": "https://www.handpoint.com/docs/device/iOS/",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Handpoint": "hi@handpoint.com"
},
"source": {
"git": "https://github.com/handpoint/HandpointSDK-iOS.git",
"tag": "3.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Library/heft/*.{h,m}",
"Library/heft/*.mm",
"Library/heft/Shared/**/*.{h,m}",
"Library/heft/Shared/**/*.mm"
],
"public_header_files": "Library/heft/Shared/api/*.h",
"frameworks": "ExternalAccessory",
"libraries": [
"z",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lc++"
}
}