blob: 67d7d39fb6f8eb5514862f42cd8cd3408ec1f999 [file] [log] [blame]
{
"name": "BrainCloud",
"version": "2.21.3",
"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.3"
},
"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.1"
],
"SSKeychain": [
"1.3.1"
]
}
}