blob: 5b8df24eca84fa71ba94b69fce631d6636d7d246 [file] [log] [blame]
{
"name": "TTTDemo",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TTTDemo/Classes/*.{h,m}",
"resource_bundles": {
"TTTDemoUI": [
"TTTDemo/Assets/*.png"
]
},
"subspecs": [
{
"name": "WXSDK",
"source_files": "TTTDemo/Classes/Weixin/*.h",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"vendored_libraries": "TTTDemo/Classes/Weixin/libWeChatSDK.a",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"c++",
"sqlite3",
"z"
]
}
]
}