[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / f / 7 / BrainCloud / 2.23.0 / BrainCloud.podspec.json
blobc91c2a3e012b54cb565761394e88793eb62acbf5
2   "name": "BrainCloud",
3   "version": "2.23.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     "Preston Jennings": "prestonj@bitheads.com"
18   },
19   "social_media_url": "https://twitter.com/braincloudbaas",
20   "source": {
21     "git": "https://github.com/getbraincloud/braincloud-objc.git",
22     "tag": "2.23.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   "libraries": [
29     "c++",
30     "z"
31   ],
32   "dependencies": {
33     "BrainCloudCpp": [
34       "2.23.0"
35     ]
36   }