blob: be11d26197aab2c3b8824a4f5c5922be3574a46e [file] [log] [blame]
{
"name": "PrivatePod2018",
"version": "0.0.3",
"summary": "测试私有库引用frameworks.",
"homepage": "https://www.liuandy.cn",
"license": "MIT (LICENSE)",
"authors": {
"mingmingsuper": "mingmingsuper@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mingmingsuper/PrivatePod.git",
"tag": "0.0.3"
},
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"CoreMedia",
"AudioToolbox",
"VideoToolbox"
],
"libraries": [
"c++",
"sqlite3.0",
"z"
],
"vendored_libraries": "*.a",
"vendored_frameworks": "*.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}