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