[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / e / MessagingSDK / 0.1.5 / MessagingSDK.podspec.json
blobc33146c7b304bae8ca631fc6e1c6e95f09de2947
2   "name": "MessagingSDK",
3   "version": "0.1.5",
4   "summary": "A short description of MessagingSDK.",
5   "description": "TODO: Add long description of the pod here.",
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": "0.1.5"
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   }