blob: dcf3cfef3337adba7e0bd96f542365d911cf4e78 [file] [log] [blame]
{
"name": "CBot",
"version": "0.0.1",
"summary": "demo sdk",
"description": "demo SDK",
"homepage": "https://github.com/morugu/CBot",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Shoya": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/morugu/CBot.git",
"tag": "0.0.1"
},
"source_files": [
"EBFramework/*.{h,m}",
"EBFramework/AWSCore.framework/**/*.{h,m}",
"EBFramework/AWSAPIGateway.framework/**/*.{h,m}"
],
"public_header_files": [
"EBFramework/AWSCore.framework/Headers/*.h",
"EBFramework/AWSCore.framework/Headers/AWSServiceEnum.h",
"EBFramework/AWSAPIGateway.framework/Headers/*.h, "
],
"ios": {
"vendored_frameworks": [
"EBFramework/AWSCore.framework",
"EBFramework/AWSAPIGateway.framework"
]
}
}