blob: b8c6a17173d29c374147774a42270a246c4e2092 [file] [log] [blame]
{
"name": "BrainCloud",
"version": "2.21.5",
"summary": "The Objective-C/Swift client library for brainCloud",
"homepage": "http://getbraincloud.com/",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Preston Jennings": "prestonj@bitheads.com"
},
"social_media_url": "https://twitter.com/braincloudbaas",
"source": {
"git": "https://github.com/getbraincloud/braincloud-objc.git",
"tag": "2.21.5"
},
"header_mappings_dir": "Shared",
"public_header_files": "Shared/**/*.{h,hh}",
"private_header_files": "Shared/**/{BrainCloudCallback,TypeHelpers}.hh",
"source_files": "Shared/**/*.{h,hh,m,mm}",
"libraries": [
"c++",
"z"
],
"dependencies": {
"BrainCloudCpp": [
"2.21.2"
],
"SSKeychain": [
"1.3.1"
]
}
}