blob: 4692d5e13a24d0efd958f65b92d8c97d142bf486 [file] [log] [blame]
{
"name": "HandpointSDK",
"version": "3.1.7",
"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.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Library/heft/**/*.{h,m}",
"Library/heft/**/*.mm"
],
"public_header_files": "Library/heft/Shared/api/*.h",
"frameworks": "ExternalAccessory",
"libraries": [
"z",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lc++"
}
}