[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 3 / f / d / HandpointSDK / 3.3.1 / HandpointSDK.podspec.json
blob93e340adee98cbc5dff12801dafababfe169b315
2   "name": "HandpointSDK",
3   "version": "3.3.1",
4   "summary": "HandpointSDK for iOS",
5   "description": "For detailed information, please see Handpoint documentation and Readme in https://www.handpoint.com/docs/device/iOS/",
6   "homepage": "https://www.handpoint.com/docs/device/iOS/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Handpoint": "hi@handpoint.com"
13   },
14   "source": {
15     "git": "https://github.com/handpoint/HandpointSDK-iOS.git",
16     "tag": "3.3.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Library/heft/*.{h,m}",
23     "Library/heft/*.mm",
24     "Library/heft/Shared/**/*.{h,m}",
25     "Library/heft/Shared/**/*.mm"
26   ],
27   "public_header_files": "Library/heft/Shared/api/*.h",
28   "frameworks": "ExternalAccessory",
29   "libraries": [
30     "z",
31     "c++"
32   ],
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC -lc++"
35   }