blob: b15105ed9a1be8de37054ecbc05c58c2809bf78d [file] [log] [blame]
{
"name": "talkplus-ios",
"version": "0.1.0",
"summary": "A short description of talkplus-ios.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chiung Choi": "god@adxcorp.kr"
},
"homepage": "https://github.com/adxcorp/talkplus-ios",
"description": "TODO: Add long description of the pod here.",
"source": {
"git": "https://github.com/adxcorp/talkplus-ios-release.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "ios/talkplus-ios.framework"
},
"dependencies": {
"MQTTClient/Core": [
"0.15.3"
],
"MQTTClient/Websocket": [
"0.15.3"
],
"GZIP": [
"1.3.0"
]
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}