blob: be3e120d9c6d948fb40f597bbd13245d844285f7 [file] [log] [blame]
{
"name": "DemoForCocoapod",
"version": "0.1.0",
"summary": "This is my description of DemoForCocoapod.",
"description": "This is my description of DemoForCocoapod and it's awesome",
"homepage": "https://github.com/HoangDuocStringee/DemoForCocoapod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HoangDuoc": "hoangduoc20121540@gmail.com"
},
"source": {
"git": "https://github.com/HoangDuocStringee/DemoForCocoapod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source_files": "DemoForCocoapod/Classes/**/Stringee.framework/Versions/A/Headers/*.h",
"public_header_files": "DemoForCocoapod/Classes/**/Stringee.framework/Versions/A/Headers/*.h",
"frameworks": [
"CoreFoundation",
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"GLKit"
],
"libraries": [
"icucore",
"stdc++"
],
"vendored_frameworks": "DemoForCocoapod/Classes/**/Stringee.framework"
}