[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / f / 7 / BrainCloud / 3.4.0 / BrainCloud.podspec.json
blob5e8eeb9f6a9871149ef6e5a3338a7baedb84834d
2   "name": "BrainCloud",
3   "version": "3.4.0",
4   "summary": "The Objective-C/Swift client library for brainCloud",
5   "homepage": "http://getbraincloud.com/",
6   "platforms": {
7     "ios": "7.0",
8     "osx": "10.9",
9     "tvos": "9.0",
10     "watchos": "2.0"
11   },
12   "license": {
13     "type": "Apache License, Version 2.0",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Brad Hill": "bradleyh@bitheads.com"
18   },
19   "social_media_url": "https://twitter.com/braincloudbaas",
20   "source": {
21     "git": "https://github.com/getbraincloud/braincloud-objc.git",
22     "tag": "3.4.0"
23   },
24   "header_mappings_dir": "Shared",
25   "public_header_files": "Shared/**/*.{h,hh}",
26   "private_header_files": "Shared/**/{BrainCloudCallback,TypeHelpers}.hh",
27   "source_files": "Shared/**/*.{h,hh,m,mm}",
28   "xcconfig": {
29     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrainCloudCpp/include\""
30   },
31   "libraries": [
32     "c++",
33     "z"
34   ],
35   "dependencies": {
36     "BrainCloudCpp": [
37       "3.4.0"
38     ]
39   }