[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 9 / a / FlomioSDK / 3.0.4-beta1 / FlomioSDK.podspec.json
blob04e6ecee0b291de91ec4e7110d4f568783611314
2   "name": "FlomioSDK",
3   "version": "3.0.4-beta1",
4   "summary": "An iOS library for Flomio's line of NFC, BLE, and UHF RFID readers.",
5   "homepage": "https://github.com/flomio/flomio-sdk-ios",
6   "license": {
7     "type": "Copyright",
8     "text": "        Copyright 2018 Flomio, Inc. All rights reserved.\n"
9   },
10   "requires_arc": true,
11   "authors": {
12     "scott@flomio.com": "condronscott@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/flomio/flomio-sdk-ios.git",
16     "tag": "3.0.4-beta1"
17   },
18   "vendored_frameworks": "FlomioSDK/FlomioSDK.framework",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "libraries": "z",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "\"-lc++\"\n        \"-ObjC\"",
25     "ENABLE_BITCODE": "NO"
26   },
27   "resource_bundles": {
28     "FlomioSDK": [
29       "FlomioSDK/Assets/*"
30     ]
31   }