[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / e / MessagingSDK / 1.2.2 / MessagingSDK.podspec.json
blob7956712a8e426734aeeb43c7d5237be82a2e8a3d
2   "name": "MessagingSDK",
3   "version": "1.2.2",
4   "summary": "ViableGrid.io IOS SDK",
5   "description": "Messaging SDK is the tool that gives developers the possibility to allow users to connect and message each other completely offline.",
6   "homepage": "https://bitbucket.org/nikiizvorski/messagingsdk",
7   "license": {
8     "type": "APACHE 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nikiizvorski": "dev@airdates.co"
13   },
14   "source": {
15     "git": "https://nikiizvorski@bitbucket.org/nikiizvorski/messagingsdk.git",
16     "tag": "1.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MessagingSDK/Classes/*.{h,m,swift}",
22   "frameworks": [
23     "CoreBluetooth",
24     "LocalAuthentication"
25   ],
26   "vendored_frameworks": [
27     "Messaging.framework",
28     "GoogleToolboxForMac.framework"
29   ],
30   "static_framework": true,
31   "libraries": [
32     "sqlite3",
33     "c++"
34   ],
35   "pod_target_xcconfig": {
36     "FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
37     "OTHER_LDFLAGS": "$(inherited) -ObjC"
38   }