blob: c84d055ef12692ffd52d76b9d3a5f38052f3d409 [file] [log] [blame]
{
"name": "TTVideoEngine",
"version": "0.1.0",
"summary": "A short description of TTVideoEngine.",
"description": "It's description of the TTVideoEngine, blablabla...",
"homepage": "http://bbtgit.bangbangtown.cn/bbt-client-components/TTVideoEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matcha00": "chmatcha00@gmail.com"
},
"source": {
"git": "git@git.bonbon.club:bbt-client-components/TTVideoEngine.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "TTVideoSDK",
"subspecs": [
{
"name": "TTVideoSDK",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"source_files": [
"TTVideoEngine/Classes/TTVideoSDK/*.{h,m,mm}",
"TTVideoEngine/Classes/TTVideoSDK/*.framework/Headers/*.{h,m,mm}"
],
"public_header_files": [
"TTVideoEngine/Classes/TTVideoSDK/*.{h,m,mm}",
"TTVideoEngine/Classes/TTVideoSDK/*.framework/Headers/*.{h,m,mm}"
],
"vendored_frameworks": [
"TTVideoEngine/Classes/TTVideoSDK/*.framework"
]
}
]
}