blob: 4ac0c5d7b3a323a0e9e427ff66c6b22a39a069f2 [file] [log] [blame]
{
"name": "CBot",
"version": "0.0.2",
"summary": "demo",
"description": "demo sample",
"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.2"
},
"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 ",
"EBFramework/*.h "
],
"ios": {
"vendored_frameworks": [
"EBFramework/AWSCore.framework",
"EBFramework/AWSAPIGateway.framework"
]
}
}