blob: 1e0ad1f74721195e1651083a05cd6e41f6c3f412 [file] [log] [blame]
{
"name": "TTTDemo",
"version": "0.1.0",
"summary": "How to create your first simple pod!!!",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/coppynight/TTTDemo.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XiaoKai": "xiaokai@rd.netease.com"
},
"source": {
"git": "https://github.com/coppynight/TTTDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TTTDemo/Classes/**/*.{h,m}",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"resource_bundles": {
"TTTDemoUI": [
"TTTDemo/Assets/*.png"
]
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"vendored_libraries": "TTTDemo/Classes/Weixin/libWeChatSDK.a",
"libraries": [
"c++",
"sqlite3",
"z"
]
}